libmng: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-26 00:55:39 +02:00
parent ea0eddcd7f
commit 309952d6bc
2 changed files with 9 additions and 8 deletions

View File

@ -11,9 +11,10 @@ lrwxrwxrwx root/root usr/lib/libmng.so.2 -> libmng.so.2.0.2
-rwxr-xr-x root/root usr/lib/libmng.so.2.0.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libmng.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libmng.3.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/jng.5.gz
-rw-r--r-- root/root usr/man/man5/mng.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/libmng.3.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/jng.5.gz
-rw-r--r-- root/root usr/share/man/man5/mng.5.gz

View File

@ -5,12 +5,12 @@
name=libmng
version=2.0.3
release=1
release=2
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}