summaryrefslogtreecommitdiff
path: root/vorbisgain/Pkgfile
blob: f7043d3b5ca86e11b1ffa833b91073c274f5c5ce (plain)
    1 # Description: Computes replaygain information for Ogg Vorbis files.
    2 # URL: http://sjeng.org/vorbisgain.html
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: libvorbis
    5 
    6 name=vorbisgain
    7 version=0.37
    8 release=2
    9 source=(http://sjeng.org/ftp/vorbis/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	sh configure \
   15 		--prefix=/usr \
   16 		--mandir=/usr/share/man
   17 
   18 	make
   19 	make DESTDIR=$PKG install
   20 }

Generated by cgit