opt/vorbisgain/Pkgfile
2014-11-10 23:25:50 +11:00

20 lines
438 B
Plaintext

# Description: Computes replaygain information for Ogg Vorbis files.
# URL: http://sjeng.org/vorbisgain.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libogg libvorbis
name=vorbisgain
version=0.37
release=1
source=(http://sjeng.org/ftp/vorbis/$name-$version.tar.gz)
build() {
cd $name-$version
sh configure --prefix=/usr
make
make DESTDIR=$PKG install
}