cmus: removed optional modules from .footprint and themes

This commit is contained in:
Antti Nykanen 2008-07-13 00:07:01 +03:00
parent fc9ccb5efa
commit cabea6c98e
2 changed files with 2 additions and 13 deletions

View File

@ -5,13 +5,8 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmus/
drwxr-xr-x root/root usr/lib/cmus/ip/
-rwxr-xr-x root/root usr/lib/cmus/ip/mad.so
-rwxr-xr-x root/root usr/lib/cmus/ip/modplug.so
-rwxr-xr-x root/root usr/lib/cmus/ip/vorbis.so
-rwxr-xr-x root/root usr/lib/cmus/ip/wav.so
drwxr-xr-x root/root usr/lib/cmus/op/
-rwxr-xr-x root/root usr/lib/cmus/op/alsa.so
-rwxr-xr-x root/root usr/lib/cmus/op/ao.so
-rwxr-xr-x root/root usr/lib/cmus/op/oss.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
@ -19,10 +14,4 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cmus.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/cmus/
-rw-r--r-- root/root usr/share/cmus/cyan.theme
-rw-r--r-- root/root usr/share/cmus/default.theme
-rw-r--r-- root/root usr/share/cmus/gray-88.theme
-rw-r--r-- root/root usr/share/cmus/green-mono-88.theme
-rw-r--r-- root/root usr/share/cmus/green.theme
-rw-r--r-- root/root usr/share/cmus/rc
-rw-r--r-- root/root usr/share/cmus/xterm-white.theme

View File

@ -7,7 +7,7 @@
name=cmus
version=2.2.0
release=1
release=2
source=(http://mirror.greaterscope.net/$name/$name-$version.tar.bz2)
build() {
@ -15,5 +15,5 @@ build() {
./configure prefix=/usr mandir=/usr/man CONFIG_ARTS=n
make
make DESTDIR=$PKG install install-man
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/share/{doc,cmus/*.theme}
}