alsa-utils: moved man pages to /usr/share/man

This commit is contained in:
Matt Housh 2015-11-25 17:16:49 -06:00
parent f1bf2e6100
commit 6b6b527a67
2 changed files with 20 additions and 21 deletions

View File

@ -22,24 +22,6 @@ lrwxrwxrwx root/root usr/bin/arecord -> aplay
-rwxr-xr-x root/root usr/bin/aseqnet
-rwxr-xr-x root/root usr/bin/iecset
-rwxr-xr-x root/root usr/bin/speaker-test
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/aconnect.1.gz
-rw-r--r-- root/root usr/man/man1/alsactl.1.gz
-rw-r--r-- root/root usr/man/man1/alsaloop.1.gz
-rw-r--r-- root/root usr/man/man1/alsamixer.1.gz
-rw-r--r-- root/root usr/man/man1/amidi.1.gz
-rw-r--r-- root/root usr/man/man1/amixer.1.gz
-rw-r--r-- root/root usr/man/man1/aplay.1.gz
-rw-r--r-- root/root usr/man/man1/aplaymidi.1.gz
lrwxrwxrwx root/root usr/man/man1/arecord.1.gz -> aplay.1.gz
-rw-r--r-- root/root usr/man/man1/arecordmidi.1.gz
-rw-r--r-- root/root usr/man/man1/aseqdump.1.gz
-rw-r--r-- root/root usr/man/man1/aseqnet.1.gz
-rw-r--r-- root/root usr/man/man1/iecset.1.gz
-rw-r--r-- root/root usr/man/man1/speaker-test.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/alsaconf.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/alsa-info.sh
-rwxr-xr-x root/root usr/sbin/alsaconf
@ -56,6 +38,24 @@ drwxr-xr-x root/root usr/share/alsa/init/
-rw-r--r-- root/root usr/share/alsa/init/test
drwxr-xr-x root/root usr/share/alsa/speaker-test/
-rw-r--r-- root/root usr/share/alsa/speaker-test/sample_map.csv
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/aconnect.1.gz
-rw-r--r-- root/root usr/share/man/man1/alsactl.1.gz
-rw-r--r-- root/root usr/share/man/man1/alsaloop.1.gz
-rw-r--r-- root/root usr/share/man/man1/alsamixer.1.gz
-rw-r--r-- root/root usr/share/man/man1/amidi.1.gz
-rw-r--r-- root/root usr/share/man/man1/amixer.1.gz
-rw-r--r-- root/root usr/share/man/man1/aplay.1.gz
-rw-r--r-- root/root usr/share/man/man1/aplaymidi.1.gz
lrwxrwxrwx root/root usr/share/man/man1/arecord.1.gz -> aplay.1.gz
-rw-r--r-- root/root usr/share/man/man1/arecordmidi.1.gz
-rw-r--r-- root/root usr/share/man/man1/aseqdump.1.gz
-rw-r--r-- root/root usr/share/man/man1/aseqnet.1.gz
-rw-r--r-- root/root usr/share/man/man1/iecset.1.gz
-rw-r--r-- root/root usr/share/man/man1/speaker-test.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/alsaconf.8.gz
drwxr-xr-x root/root usr/share/sounds/
drwxr-xr-x root/root usr/share/sounds/alsa/
-rw-r--r-- root/root usr/share/sounds/alsa/Front_Center.wav

View File

@ -5,14 +5,13 @@
name=alsa-utils
version=1.1.0
release=1
release=2
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2 \
rc.alsa)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-bat \
--disable-nls \
--disable-xmlto
@ -22,7 +21,7 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/man/{fr,man7}
rm -r $PKG/usr/share/man/{fr,man7}
install -D -m 0755 $SRC/rc.alsa $PKG/etc/rc.d/alsa
}