opt/vorbisgain/Pkgfile

20 lines
438 B
Plaintext
Raw Normal View History

2012-06-23 20:30:11 +10:00
# Description: Computes replaygain information for Ogg Vorbis files.
2006-02-23 15:26:10 +00:00
# URL: http://sjeng.org/vorbisgain.html
2014-11-10 23:25:50 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2012-06-23 20:30:11 +10:00
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libogg libvorbis
2006-02-23 15:26:10 +00:00
name=vorbisgain
2012-06-23 20:48:17 +10:00
version=0.37
2006-02-23 15:26:10 +00:00
release=1
2012-06-23 20:48:17 +10:00
source=(http://sjeng.org/ftp/vorbis/$name-$version.tar.gz)
2006-02-23 15:26:10 +00:00
build() {
2006-02-23 15:26:10 +00:00
cd $name-$version
sh configure --prefix=/usr
make
make DESTDIR=$PKG install
}