wok-4.x rev 12185
Up: ola to 0.8.18.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Mar 25 16:01:46 2012 -0500 (2012-03-25) |
parents | c6fbddf69ced |
children | 7efe0d7f12d4 |
files | ola-dev/receipt ola/receipt |
line diff
1.1 --- a/ola-dev/receipt Sun Mar 25 01:55:25 2012 +0100 1.2 +++ b/ola-dev/receipt Sun Mar 25 16:01:46 2012 -0500 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ola-dev" 1.7 -VERSION="0.8.14" 1.8 +VERSION="0.8.18" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Open Lighting Architecture devel files." 1.11 MAINTAINER="kult-ex@aon.at" 1.12 WEB_SITE="http://www.opendmx.net/index.php/OLA" 1.13 +DEPENDS="ola" 1.14 WANTED="ola" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/ola/receipt Sun Mar 25 01:55:25 2012 +0100 2.2 +++ b/ola/receipt Sun Mar 25 16:01:46 2012 -0500 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ola" 2.7 -VERSION="0.8.14" 2.8 +VERSION="0.8.18" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Open Lighting Architecture." 2.11 MAINTAINER="kult-ex@aon.at" 2.12 @@ -10,9 +10,9 @@ 2.13 WGET_URL="http://linux-lighting.googlecode.com/files/$TARBALL" 2.14 2.15 DEPENDS="protobuf cppunit libmicrohttpd gnutls \ 2.16 -util-linux-ng-uuid" 2.17 +util-linux-ng-uuid libusb" 2.18 BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev \ 2.19 -libmicrohttpd-dev zlib-dev gnutls-dev" 2.20 +libmicrohttpd-dev zlib-dev gnutls-dev libgcrypt-dev libusb-dev" 2.21 2.22 # Rules to configure and make the package. 2.23 compile_rules()