wok-current diff alsa-utils/receipt @ rev 3505
Add: xorg-libXp and xorg-printproto, Xorg print modules
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Fri Jun 19 12:31:10 2009 +0000 (2009-06-19) |
parents | 1d5cffc23ba7 |
children | 3d28df5bcf95 |
line diff
1.1 --- a/alsa-utils/receipt Tue May 12 10:36:46 2009 +0200 1.2 +++ b/alsa-utils/receipt Fri Jun 19 12:31:10 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Alsa sound system utilities et config tools." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="alsa-lib ncurses" 1.8 +DEPENDS="alsa-lib ncurses util-linux-ng-getopt" 1.9 BUILD_DEPENDS="alsa-lib alsa-lib-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.alsa-project.org/" 1.12 @@ -39,7 +39,6 @@ 1.13 # For conf we need /var/tmp 1.14 mkdir -p $fs/var/tmp 1.15 chmod 1777 $fs/var/tmp 1.16 - # Remove alsaconf (use soundconf) + Getopt precomp needed by soundconf. 1.17 + # Remove alsaconf (use soundconf). 1.18 rm $fs/usr/sbin/alsaconf 1.19 - install -g root -o root -m 0755 stuff/getopt $fs/usr/bin 1.20 }