wok-6.x diff libirman/receipt @ rev 15657
eaccelerator: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 06:50:55 2013 +0000 (2013-12-12) |
parents | 5c6c9ee5f21e |
children | c32b9127bdcd |
line diff
1.1 --- a/libirman/receipt Tue Jul 21 14:30:27 2009 +0000 1.2 +++ b/libirman/receipt Thu Dec 12 06:50:55 2013 +0000 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Library for Irman." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="glibc-base" 1.8 -BUILD_DEPENDS="slitaz-toolchain" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.lirc.org/html/install.html" 1.12 WGET_URL="http://www.lirc.org/software/snapshots/$TARBALL" 1.13 CONFIG_FILES="/etc/irman.conf" 1.14 1.15 +DEPENDS="glibc-base" 1.16 +BUILD_DEPENDS="slitaz-toolchain" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -22,14 +24,14 @@ 1.22 --sysconfdir=/etc \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$src/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/lib 1.33 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.34 - cp -a $_pkg/usr/bin $fs/usr 1.35 - cp -a $_pkg/etc $fs 1.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.37 + cp -a $install/usr/bin $fs/usr 1.38 + cp -a $install/etc $fs 1.39 }