opt/vorbisgain/Pkgfile

21 lines
412 B
Plaintext
Raw Normal View History

2012-06-23 12:30:11 +02:00
# Description: Computes replaygain information for Ogg Vorbis files.
# URL: https://sjeng.org/vorbisgain.html
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2017-11-01 13:04:55 +01:00
# Depends on: libvorbis
2006-02-23 16:26:10 +01:00
name=vorbisgain
2012-06-23 12:48:17 +02:00
version=0.37
2017-11-22 11:22:04 +01:00
release=2
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
2017-11-22 11:22:04 +01:00
sh configure \
--prefix=/usr \
--mandir=/usr/share/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}