wok-4.x rev 11422
libee-dev: Removed blank BUILD_DEPENDS and TARBALL. Not needed in wanted package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 14 05:19:55 2011 +0000 (2011-12-14) |
parents | 83d26a12d9ea |
children | e543b6dc832d |
files | libee-dev/receipt libee/receipt |
line diff
1.1 --- a/libee-dev/receipt Wed Dec 14 05:19:08 2011 +0000 1.2 +++ b/libee-dev/receipt Wed Dec 14 05:19:55 2011 +0000 1.3 @@ -6,18 +6,14 @@ 1.4 SHORT_DESC="libee dev files." 1.5 MAINTAINER="erjo@slitaz.org" 1.6 WEB_SITE="http://www.libee.org/download/" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 WANTED="libee" 1.9 1.10 DEPENDS="libee" 1.11 -BUILD_DEPENDS="" 1.12 - 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib 1.18 - 1.19 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.21 cp -a $install/usr/include $fs/usr
2.1 --- a/libee/receipt Wed Dec 14 05:19:08 2011 +0000 2.2 +++ b/libee/receipt Wed Dec 14 05:19:55 2011 +0000 2.3 @@ -15,6 +15,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + cd $src 2.8 # Patch from http://www.gossamer-threads.com/lists/rsyslog/users/4600 2.9 patch -p 1 < $stuff/libee-build-fix.patch 2.10 ./configure $CONFIGURE_ARGS \