opt/vorbisgain/Pkgfile
2017-11-22 21:22:04 +11:00

21 lines
411 B
Plaintext

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