opt/vorbisgain/Pkgfile

23 lines
489 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Computes replaygain information for Ogg Vorbis files
# URL: http://sjeng.org/vorbisgain.html
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: libogg, libvorbis
name=vorbisgain
version=0.34
release=1
source=(http://sjeng.org/ftp/vorbis/$name-$version.zip)
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
2012-03-03 11:20:20 +01:00
# Fix space-vs-tab confusion:
sed -i -e '420s/^ / /' Makefile.in
sed -i -e '423s/^ / /' Makefile.in
2006-02-23 16:26:10 +01:00
sh configure --prefix=/usr
make
make DESTDIR=$PKG install
}