contrib/mac/Pkgfile

23 lines
719 B
Plaintext
Raw Normal View History

2008-10-24 15:54:45 +02:00
# Description: Monkeys Audio Lossless compressor for CD audio
# URL: http://supermmx.org/linux/mac
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2008-10-24 15:54:45 +02:00
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: lame shorten shntool cuetools
2008-10-24 15:54:45 +02:00
name=mac
version=3.99-u4-b5-s7
2008-10-24 15:54:45 +02:00
release=1
source=(http://etree.org/shnutils/shntool/support/formats/ape/unix/$version/$name-$version.tar.gz \
2008-10-24 15:54:45 +02:00
ape2flac ape2mp3 ape123)
build() {
cd $name-$version
2008-10-24 15:54:45 +02:00
sed -i 's|-O3||' configure
CXXFLAGS+=" -DSHNTOOL" ./configure
2008-10-24 15:54:45 +02:00
make
make DESTDIR=$PKG install
install -D -m 0755 $SRC/ape2flac $PKG/usr/bin/ape2flac
install -D -m 0755 $SRC/ape2mp3 $PKG/usr/bin/ape2mp3
install -D -m 0755 $SRC/ape123 $PKG/usr/bin/ape123
}