summaryrefslogtreecommitdiff
path: root/mpg123/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /mpg123/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'mpg123/Pkgfile')
-rw-r--r--mpg123/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/mpg123/Pkgfile b/mpg123/Pkgfile
new file mode 100644
index 000000000..16b5856b7
--- /dev/null
+++ b/mpg123/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Commandline MP3 player
+# URL: http://www.mpg123.de
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: esound
+
+name=mpg123
+version=0.59s
+release=3
+source=(http://www.mpg123.de/$name/$name-pre$version.tar.gz \
+ $name-$version.patch)
+
+build() {
+ cd $name
+ patch -p1 < ../$name-$version.patch
+ make linux-esd
+ make PREFIX=$PKG/usr install
+}

Generated by cgit