# HG changeset patch # User Aleksej Bobylev # Date 1450262622 -7200 # Node ID 27d9d973abab64c71da4ecc1a6b9859fe1837682 # Parent ae073ab7135c4d4af4c10bff404dd0adf8883003 Up ola(0.9.8) (thanks Thomas a.k.a. kult-ex) diff -r ae073ab7135c -r 27d9d973abab ola-dev/receipt --- a/ola-dev/receipt Wed Dec 16 12:18:23 2015 +0200 +++ b/ola-dev/receipt Wed Dec 16 12:43:42 2015 +0200 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="ola-dev" -VERSION="0.8.21" +VERSION="0.9.8" CATEGORY="development" -SHORT_DESC="Open Lighting Architecture devel files." +SHORT_DESC="Open Lighting Architecture devel files" MAINTAINER="kult-ex@aon.at" LICENSE="LGPL2.1" -WEB_SITE="http://www.opendmx.net/index.php/OLA" -DEPENDS="ola pkg-config" +WEB_SITE="https://www.openlighting.org/ola/" + WANTED="ola" +DEPENDS="ola" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -16,6 +17,5 @@ mkdir -p $fs/usr/lib/olad cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/olad/*.*a $fs/usr/lib/olad cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r ae073ab7135c -r 27d9d973abab ola/receipt --- a/ola/receipt Wed Dec 16 12:18:23 2015 +0200 +++ b/ola/receipt Wed Dec 16 12:43:42 2015 +0200 @@ -1,25 +1,24 @@ # SliTaz package receipt. PACKAGE="ola" -VERSION="0.8.21" +VERSION="0.9.8" CATEGORY="network" -SHORT_DESC="Open Lighting Architecture." +SHORT_DESC="Open Lighting Architecture" MAINTAINER="kult-ex@aon.at" LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.opendmx.net/index.php/OLA" -WGET_URL="http://open-lighting.googlecode.com/files/$TARBALL" +WEB_SITE="https://www.openlighting.org/ola/" +WGET_URL="https://github.com/OpenLightingProject/ola/archive/$VERSION.tar.gz" -DEPENDS="protobuf cppunit libmicrohttpd gnutls libusb \ -util-linux-uuid ncurses" -BUILD_DEPENDS="protobuf-dev util-linux-uuid-dev cppunit-dev \ -libmicrohttpd-dev zlib-dev gnutls-dev libusb-dev flex ncurses-dev \ -util-linux-uuid" +DEPENDS="libftdi liblo libmicrohttpd ncurses protobuf" +BUILD_DEPENDS="libtool flex protobuf-dev util-linux-uuid-dev cppunit-dev \ +libmicrohttpd-dev libftdi-dev libusb-dev liblo-dev ncurses-dev" # Rules to configure and make the package. compile_rules() { export LDFLAGS="$LDFLAGS -ltinfo" + autoreconf -i ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && @@ -32,6 +31,5 @@ mkdir -p $fs/usr/lib/olad cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/olad/*.so* $fs/usr/lib/olad cp -a $install/usr/share $fs/usr }