wok-current diff alsaplayer/receipt @ rev 755
Add: b43-fwcutter, cabextract, unshield, pure-ftpd, pure-ftpd-extras. fix DEPNDS in ndiswrapper
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 07 01:14:00 2008 +0200 (2008-05-07) |
parents | dde02d953b61 |
children | d86a706d7fcd |
line diff
1.1 --- a/alsaplayer/receipt Mon Apr 14 16:56:32 2008 +0200 1.2 +++ b/alsaplayer/receipt Wed May 07 01:14:00 2008 +0200 1.3 @@ -6,6 +6,8 @@ 1.4 SHORT_DESC="Alsa GTK+ PCM player." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+ alsa-lib libmad" 1.7 +BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev" 1.8 +SUGGESTED="alsaplayer-scopes" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.alsaplayer.org/" 1.11 WGET_URL="http://www.alsaplayer.org/$TARBALL" 1.12 @@ -35,7 +37,8 @@ 1.13 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.14 cp -a $_pkg/usr/lib/alsaplayer $fs/usr/lib 1.15 1.16 - # Remove devel files. 1.17 + # Remove devel files and scopes. 1.18 rm $fs/usr/lib/alsaplayer/*/*.*a 1.19 + rm -rf $fs/usr/lib/alsaplayer/scopes2 1.20 } 1.21