opt/vorbisgain/Pkgfile

19 lines
385 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
2012-03-03 11:36:49 +01:00
version=0.36
2006-02-23 16:26:10 +01:00
release=1
source=(http://sjeng.org/ftp/vorbis/$name-$version.zip)
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
sh configure --prefix=/usr
make
make DESTDIR=$PKG install
}