summaryrefslogtreecommitdiff
path: root/vorbisgain/Pkgfile
blob: 9bc15ff3eb7c3d2e472b736f665ec4d95c1b9ba4 (plain)
    1 # Description: Computes replaygain information for Ogg Vorbis files
    2 # URL: http://sjeng.org/vorbisgain.html
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 # Depends on: libogg, libvorbis
    5 
    6 name=vorbisgain
    7 version=0.34
    8 release=1
    9 source=(http://sjeng.org/ftp/vorbis/$name-$version.zip)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	sh configure --prefix=/usr
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit