diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /toolame | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'toolame')
-rw-r--r-- | toolame/.footprint | 3 | ||||
-rw-r--r-- | toolame/.md5sum | 1 | ||||
-rw-r--r-- | toolame/Pkgfile | 23 |
3 files changed, 27 insertions, 0 deletions
diff --git a/toolame/.footprint b/toolame/.footprint new file mode 100644 index 000000000..00cc1c79f --- /dev/null +++ b/toolame/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/toolame diff --git a/toolame/.md5sum b/toolame/.md5sum new file mode 100644 index 000000000..f62fde4be --- /dev/null +++ b/toolame/.md5sum @@ -0,0 +1 @@ +5946e2dd78fbb57e54386b3b5d873fee toolame-02l.tgz diff --git a/toolame/Pkgfile b/toolame/Pkgfile new file mode 100644 index 000000000..68849ecd2 --- /dev/null +++ b/toolame/Pkgfile @@ -0,0 +1,23 @@ +# Description: MPEG audio layer 2 encoder +# URL: http://mikecheng.d2.net.au/ +# Maintainer: Matt Housh, jaeger at morpheus dot net +# Packager: Martin Opel, mo at obbl-net dot de +# Depends on: + +name=toolame +version=02l +release=1 +source=(http://dl.sourceforge.net/sourceforge/toolame/$name-$version.tgz) + +build() { + cd $name-$version + cp Makefile{,.orig} + sed \ + -e "s,^DMAL,#DMAL," \ + -e "s,^ARCH,#ARCH," \ + -e "s,OPTIM = -O -g -DMDEBx,OPTIM=$CFLAGS," \ + Makefile.orig > Makefile + make + mkdir -p $PKG/usr/bin + cp $name $PKG/usr/bin +} |