opt/vorbisgain/Pkgfile

20 lines
438 B
Plaintext
Raw Normal View History

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