opt/vorbisgain/Pkgfile

20 lines
449 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
2012-06-23 12:30:11 +02:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libogg libvorbis
2006-02-23 16:26:10 +01:00
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
}