cmus: install man pages (thanks Juergen)
This commit is contained in:
parent
28cce31a9e
commit
3080c032f1
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user