wok-6.x diff ola/receipt @ rev 11258
Upa ola (0.8.14, thanks Tom)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 07 21:14:26 2011 +0100 (2011-11-07) |
parents | ab72a4d08ed3 |
children | 66bb816b4a9d |
line diff
1.1 --- a/ola/receipt Fri Nov 04 11:10:38 2011 +0100 1.2 +++ b/ola/receipt Mon Nov 07 21:14:26 2011 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ola" 1.7 -VERSION="0.8.12" 1.8 +VERSION="0.8.14" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Open Lighting Architecture." 1.11 -MAINTAINER="pankso@slitaz.org" 1.12 +MAINTAINER="kult-ex@aon.at" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.opendmx.net/index.php/OLA" 1.15 WGET_URL="http://linux-lighting.googlecode.com/files/$TARBALL" 1.16 1.17 -DEPENDS="protobuf cppunit" 1.18 -BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev" 1.19 +DEPENDS="protobuf cppunit libmicrohttpd pkg-config" 1.20 +BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev \ 1.21 +libmicrohttpd-dev zlib-dev" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()