wok 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 b367bc376fdf
children 66bb816b4a9d
files ola-dev/receipt ola/receipt
line diff
     1.1 --- a/ola-dev/receipt	Mon Nov 07 11:21:08 2011 +0000
     1.2 +++ b/ola-dev/receipt	Mon Nov 07 21:14:26 2011 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ola-dev"
     1.7 -VERSION="0.8.12"
     1.8 +VERSION="0.8.14"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Open Lighting Architecture devel files."
    1.11 -MAINTAINER="pankso@slitaz.org"
    1.12 +MAINTAINER="kult-ex@aon.at"
    1.13  WEB_SITE="http://www.opendmx.net/index.php/OLA"
    1.14  WANTED="ola"
    1.15  
     2.1 --- a/ola/receipt	Mon Nov 07 11:21:08 2011 +0000
     2.2 +++ b/ola/receipt	Mon Nov 07 21:14:26 2011 +0100
     2.3 @@ -1,16 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ola"
     2.7 -VERSION="0.8.12"
     2.8 +VERSION="0.8.14"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Open Lighting Architecture."
    2.11 -MAINTAINER="pankso@slitaz.org"
    2.12 +MAINTAINER="kult-ex@aon.at"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WEB_SITE="http://www.opendmx.net/index.php/OLA"
    2.15  WGET_URL="http://linux-lighting.googlecode.com/files/$TARBALL"
    2.16  
    2.17 -DEPENDS="protobuf cppunit"
    2.18 -BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev"
    2.19 +DEPENDS="protobuf cppunit libmicrohttpd pkg-config"
    2.20 +BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev \
    2.21 +libmicrohttpd-dev zlib-dev"
    2.22  
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()