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

This commit is contained in:
Juergen Daubert 2016-11-30 12:48:12 +01:00
parent b3de861945
commit 563b629830
3 changed files with 9 additions and 9 deletions

View File

@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libmp3lame.so -> libmp3lame.so.0.0.0
lrwxrwxrwx root/root usr/lib/libmp3lame.so.0 -> libmp3lame.so.0.0.0
-rwxr-xr-x root/root usr/lib/libmp3lame.so.0.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/lame.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/lame.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/XqzWxXZa/xZ8xit8ZZtXmbBOyb/Ee8XX0R9lw4mZaFPg8nbtLiB4G5vaFPa2jD7ef49/lhk/rewjeGHzOFmhwo=
SHA256 (Pkgfile) = 130be0a5db4e3e4c92231e2c9525c79b58a1342c499a6f88c8daaab7fafe776d
SHA256 (.footprint) = 3585f70bae59178469ca3ca2ce807b91043e0d9c6cb177284f9378764c4e5845
RWSE3ohX2g5d/QiVxGL5sS1der9KAL0JzWk0BJZTpZ5ibG3XiSOTgx+S6AKdmfoUObJwXf3fpvJmzU6VWLvDIhxdWoEF2dobYgE=
SHA256 (Pkgfile) = 7cc612f9bc69d2988e63dbf53b4e2e519d55f4144c797630e13f8b9c65e75171
SHA256 (.footprint) = f44a3bf60b732a025463da37e064c5305c7e072ddb4469e805ab2cc2c9c4ee61
SHA256 (lame-3.99.5.tar.gz) = 24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff

View File

@ -5,17 +5,16 @@
name=lame
version=3.99.5
release=1
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/${version%.*}/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-analyzer-hooks \
--disable-gtktest \
--enable-nasm
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
rm -r $PKG/usr/share/doc
}