Initial import of mpg321.
This commit is contained in:
parent
808d59273a
commit
e897b40d5a
7
mpg321/.footprint
Normal file
7
mpg321/.footprint
Normal file
@ -0,0 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
lrwxrwxrwx root/root usr/bin/mpg123 -> mpg321
|
||||
-rwxr-xr-x root/root usr/bin/mpg321
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/mpg321.1.gz
|
1
mpg321/.md5sum
Normal file
1
mpg321/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
bb403b35c2d25655d55f0f616b8f47bb mpg321-0.2.10.tar.gz
|
16
mpg321/Pkgfile
Normal file
16
mpg321/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: free drop-in replacement for mpg123
|
||||
# URL: http://mpg321.sourceforge.net/
|
||||
# Maintainer: Simon Gloßner, viper at hometux dot de
|
||||
|
||||
name=mpg321
|
||||
version=0.2.10
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/mpg321/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure -prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user