summaryrefslogtreecommitdiff
path: root/lame
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-11-30 12:48:12 +0100
committerJuergen Daubert <jue@jue.li>2016-11-30 12:48:12 +0100
commit563b6298307e8c228043be0696fe0185ee0dd1b6 (patch)
treee731adda24043e48699ca333a302268e60bb6cf3 /lame
parentb3de8619450861649d041b7aab9cda69829f89cc (diff)
downloadopt-563b6298307e8c228043be0696fe0185ee0dd1b6.tar.gz
opt-563b6298307e8c228043be0696fe0185ee0dd1b6.tar.xz
lame: move man-pages to /usr/share/man
Diffstat (limited to 'lame')
-rw-r--r--lame/.footprint7
-rw-r--r--lame/.signature6
-rw-r--r--lame/Pkgfile5
3 files changed, 9 insertions, 9 deletions
diff --git a/lame/.footprint b/lame/.footprint
index a5c7d3806..cc01d1e4c 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 703182cd2..b8539aa15 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 e2beec0e3..07450b1a6 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
}

Generated by cgit