cmus: install man pages (thanks Juergen)

This commit is contained in:
Jukka Heino 2006-03-01 20:41:23 +00:00
parent 28cce31a9e
commit 3080c032f1
2 changed files with 7 additions and 3 deletions

View File

@ -15,6 +15,10 @@ 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/
-rw-r--r-- root/root usr/man/man1/cmus-remote.1.gz
-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

View File

@ -7,13 +7,13 @@
name=cmus
version=2.0.0
release=1
release=2
source=(http://onion.dynserv.net/~timo/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-arts
./configure --prefix=/usr --mandir=/usr/man --disable-arts
make
make DESTDIR=$PKG install
make DESTDIR=$PKG install install-man
rm -rf $PKG/usr/share/doc
}