mpg321: dropped

This commit is contained in:
Juergen Daubert 2010-09-17 19:52:54 +02:00
parent 2a7416c82d
commit 4db481f79f
3 changed files with 0 additions and 25 deletions

View File

@ -1,7 +0,0 @@
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

View File

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

View File

@ -1,17 +0,0 @@
# Description: free drop-in replacement for mpg123
# URL: http://mpg321.sourceforge.net/
# Maintainer: Simon Glossner, viper at hometux dot de
# Depends on: libao, libmad, libid3tag
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
}