wok-current diff ola/receipt @ rev 18987
Additional themes for Slitaz GNU/Linux.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Mar 17 05:14:19 2016 -0300 (2016-03-17) |
parents | 17e313b5b9c1 |
children | 4e8d50d02b70 |
line diff
1.1 --- a/ola/receipt Tue Feb 17 09:42:47 2015 +0100 1.2 +++ b/ola/receipt Thu Mar 17 05:14:19 2016 -0300 1.3 @@ -1,25 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ola" 1.7 -VERSION="0.8.21" 1.8 +VERSION="0.9.8" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Open Lighting Architecture." 1.11 +SHORT_DESC="Open Lighting Architecture" 1.12 MAINTAINER="kult-ex@aon.at" 1.13 LICENSE="LGPL2.1" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://www.opendmx.net/index.php/OLA" 1.16 -WGET_URL="http://open-lighting.googlecode.com/files/$TARBALL" 1.17 +WEB_SITE="https://www.openlighting.org/ola/" 1.18 +WGET_URL="https://github.com/OpenLightingProject/ola/archive/$VERSION.tar.gz" 1.19 1.20 -DEPENDS="protobuf cppunit libmicrohttpd gnutls libusb \ 1.21 -util-linux-uuid ncurses" 1.22 -BUILD_DEPENDS="protobuf-dev util-linux-uuid-dev cppunit-dev \ 1.23 -libmicrohttpd-dev zlib-dev gnutls-dev libusb-dev flex ncurses-dev \ 1.24 -util-linux-uuid" 1.25 +DEPENDS="libftdi liblo libmicrohttpd ncurses protobuf" 1.26 +BUILD_DEPENDS="libtool flex protobuf-dev util-linux-uuid-dev cppunit-dev \ 1.27 +libmicrohttpd-dev libftdi-dev libusb-dev liblo-dev ncurses-dev" 1.28 1.29 # Rules to configure and make the package. 1.30 compile_rules() 1.31 { 1.32 export LDFLAGS="$LDFLAGS -ltinfo" 1.33 + autoreconf -i 1.34 ./configure \ 1.35 --prefix=/usr \ 1.36 $CONFIGURE_ARGS && 1.37 @@ -32,6 +31,5 @@ 1.38 mkdir -p $fs/usr/lib/olad 1.39 cp -a $install/usr/bin $fs/usr 1.40 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.41 - cp -a $install/usr/lib/olad/*.so* $fs/usr/lib/olad 1.42 cp -a $install/usr/share $fs/usr 1.43 }