libmpeg2: move man pages

This commit is contained in:
Danny Rawlins 2018-02-21 20:43:20 +11:00
parent 3cf6b1110b
commit 7e16ca288d
3 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,8 @@ lrwxrwxrwx root/root usr/lib/libmpeg2convert.so.0 -> libmpeg2convert.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libmpeg2.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libmpeg2convert.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/extract_mpeg2.1.gz
-rw-r--r-- root/root usr/man/man1/mpeg2dec.1.gz
drwxr-xr-x root/root usr/share/
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/extract_mpeg2.1.gz
-rw-r--r-- root/root usr/share/man/man1/mpeg2dec.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cNSSWcd8H24NldR9On7YLW9Pcc3m2m3s566EbY5IndtLJ4SH1IsLD4/fehsUZ8hWra9QrfSTk4mn4xfJOMbGgg=
SHA256 (Pkgfile) = b01958eb9aee4ac75648ab3cf36f6537495f3b8557203735662bfa35e1b3cf90
SHA256 (.footprint) = 8c188ce0f25e17859a243ad329bdb688eb977663f07505757027f919cff5baba
RWSE3ohX2g5d/bo0lxnN6WBeKFiDAQ//dhPR/ElLYqFxORAKQMJCUx9BQ4Uo1MNzW3WaY8YonwtlEAT0C1wAlNWqOaDM5ykvRQQ=
SHA256 (Pkgfile) = 0a5fbc7a13b3c50fe9dfb435138920f7359d7954c9a286c75dc20884e40c2863
SHA256 (.footprint) = 5af8c3c55d5f1657f7b702312b66af262d35b820ad9495766fb669f6ed92f9f7
SHA256 (libmpeg2-0.5.1.tar.gz) = dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4

View File

@ -1,8 +1,7 @@
# Description: MPEG1/MPEG2 decoder (includes libmpeg2)
# URL: http://libmpeg2.sourceforge.net/
# Packager: acrux, acrux at linuxmail dot org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libsdl
# Depends on: libsdl
name=libmpeg2
version=0.5.1
@ -11,7 +10,7 @@ source=(http://$name.sourceforge.net/files/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man \
./configure --prefix=/usr \
--with-gnu-ld --enable-shared \
--disable-nls
make