wok-4.x diff ola/receipt @ rev 11236
Up: firefox (7.0.1) and fix paralel builds number
author | alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Nov 06 14:52:26 2011 +0000 (2011-11-06) |
parents | |
children | 8480ac3277db |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ola/receipt Sun Nov 06 14:52:26 2011 +0000 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ola" 1.7 +VERSION="0.8.12" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Open Lighting Architecture." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.opendmx.net/index.php/OLA" 1.13 +WGET_URL="http://linux-lighting.googlecode.com/files/$TARBALL" 1.14 + 1.15 +DEPENDS="protobuf cppunit" 1.16 +BUILD_DEPENDS="protobuf-dev util-linux-ng-uuid-dev cppunit-dev" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + ./configure \ 1.23 + --prefix=/usr \ 1.24 + $CONFIGURE_ARGS && 1.25 + make && make install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs/usr/lib/olad 1.32 + cp -a $install/usr/bin $fs/usr 1.33 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.34 + cp -a $install/usr/lib/olad/*.so* $fs/usr/lib/olad 1.35 + cp -a $install/usr/share $fs/usr 1.36 +}