1
0
forked from ports/opt

Initial import of mpg321.

This commit is contained in:
Simon Gloner 2005-12-31 13:50:42 +00:00
parent 808d59273a
commit e897b40d5a
3 changed files with 24 additions and 0 deletions

7
mpg321/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
bb403b35c2d25655d55f0f616b8f47bb mpg321-0.2.10.tar.gz

16
mpg321/Pkgfile Normal file
View 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
}