wok-next rev 18702
Up ola(0.9.8) (thanks Thomas a.k.a. kult-ex)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Dec 16 12:43:42 2015 +0200 (2015-12-16) |
parents | ae073ab7135c |
children | 87ab725ce92e |
files | ola-dev/receipt ola/receipt |
line diff
1.1 --- a/ola-dev/receipt Wed Dec 16 12:18:23 2015 +0200 1.2 +++ b/ola-dev/receipt Wed Dec 16 12:43:42 2015 +0200 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ola-dev" 1.7 -VERSION="0.8.21" 1.8 +VERSION="0.9.8" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Open Lighting Architecture devel files." 1.11 +SHORT_DESC="Open Lighting Architecture devel files" 1.12 MAINTAINER="kult-ex@aon.at" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://www.opendmx.net/index.php/OLA" 1.15 -DEPENDS="ola pkg-config" 1.16 +WEB_SITE="https://www.openlighting.org/ola/" 1.17 + 1.18 WANTED="ola" 1.19 +DEPENDS="ola" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 @@ -16,6 +17,5 @@ 1.24 mkdir -p $fs/usr/lib/olad 1.25 cp -a $install/usr/include $fs/usr 1.26 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 - cp -a $install/usr/lib/olad/*.*a $fs/usr/lib/olad 1.28 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.29 }
2.1 --- a/ola/receipt Wed Dec 16 12:18:23 2015 +0200 2.2 +++ b/ola/receipt Wed Dec 16 12:43:42 2015 +0200 2.3 @@ -1,25 +1,24 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ola" 2.7 -VERSION="0.8.21" 2.8 +VERSION="0.9.8" 2.9 CATEGORY="network" 2.10 -SHORT_DESC="Open Lighting Architecture." 2.11 +SHORT_DESC="Open Lighting Architecture" 2.12 MAINTAINER="kult-ex@aon.at" 2.13 LICENSE="LGPL2.1" 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 -WEB_SITE="http://www.opendmx.net/index.php/OLA" 2.16 -WGET_URL="http://open-lighting.googlecode.com/files/$TARBALL" 2.17 +WEB_SITE="https://www.openlighting.org/ola/" 2.18 +WGET_URL="https://github.com/OpenLightingProject/ola/archive/$VERSION.tar.gz" 2.19 2.20 -DEPENDS="protobuf cppunit libmicrohttpd gnutls libusb \ 2.21 -util-linux-uuid ncurses" 2.22 -BUILD_DEPENDS="protobuf-dev util-linux-uuid-dev cppunit-dev \ 2.23 -libmicrohttpd-dev zlib-dev gnutls-dev libusb-dev flex ncurses-dev \ 2.24 -util-linux-uuid" 2.25 +DEPENDS="libftdi liblo libmicrohttpd ncurses protobuf" 2.26 +BUILD_DEPENDS="libtool flex protobuf-dev util-linux-uuid-dev cppunit-dev \ 2.27 +libmicrohttpd-dev libftdi-dev libusb-dev liblo-dev ncurses-dev" 2.28 2.29 # Rules to configure and make the package. 2.30 compile_rules() 2.31 { 2.32 export LDFLAGS="$LDFLAGS -ltinfo" 2.33 + autoreconf -i 2.34 ./configure \ 2.35 --prefix=/usr \ 2.36 $CONFIGURE_ARGS && 2.37 @@ -32,6 +31,5 @@ 2.38 mkdir -p $fs/usr/lib/olad 2.39 cp -a $install/usr/bin $fs/usr 2.40 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.41 - cp -a $install/usr/lib/olad/*.so* $fs/usr/lib/olad 2.42 cp -a $install/usr/share $fs/usr 2.43 }