commit 563b6298307e8c228043be0696fe0185ee0dd1b6 Author: Juergen Daubert <jue@jue.li> Date: Wed Nov 30 12:48:12 2016 +0100 lame: move man-pages to /usr/share/man diff --git a/lame/.footprint b/lame/.footprint index a5c7d38..cc01d1e 100644 --- a/lame/.footprint +++ b/lame/.footprint @@ -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 diff --git a/lame/.signature b/lame/.signature index 703182c..b8539aa 100644 --- a/lame/.signature +++ b/lame/.signature @@ -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 diff --git a/lame/Pkgfile b/lame/Pkgfile index e2beec0..07450b1 100644 --- a/lame/Pkgfile +++ b/lame/Pkgfile @@ -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 }