wok diff libee-dev/receipt @ rev 11490
esound: Fix build
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 18 13:03:38 2011 +0100 (2011-12-18) |
parents | 0ef9618e4ad5 |
children | 6c3718ca17b6 |
line diff
1.1 --- a/libee-dev/receipt Wed Dec 14 02:27:17 2011 +0100 1.2 +++ b/libee-dev/receipt Sun Dec 18 13:03:38 2011 +0100 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