lame-32: update spkgbuild

This commit is contained in:
Luis
2023-08-04 20:15:07 +00:00
parent 95f7741496
commit d83a8ca830
2 changed files with 5 additions and 12 deletions

View File

@@ -1,16 +1,6 @@
lame-32-3.100-1
lame-32-3.100-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lame
-rwxr-xr-x root/root usr/bin/mp3rtp
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/lame/
-rw-r--r-- root/root usr/include/lame/lame.h
drwxr-xr-x root/root usr/lib32/
lrwxrwxrwx root/root usr/lib32/libmp3lame.so -> libmp3lame.so.0.0.0
lrwxrwxrwx root/root usr/lib32/libmp3lame.so.0 -> libmp3lame.so.0.0.0
-rwxr-xr-x root/root usr/lib32/libmp3lame.so.0.0.0
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

@@ -4,7 +4,7 @@
name=lame-32
version=3.100
release=1
release=2
source="https://downloads.sourceforge.net/lame/lame-$version.tar.gz"
build() {
@@ -25,4 +25,7 @@ build() {
mkdir -p $PKG/usr/lib32
cp -Rv DESTDIR/usr/lib32/* $PKG/usr/lib32
rm -rf $PKG/usr/bin
rm -rf $PKG/usr/include
rm -rf $PKG/usr/share
}