summaryrefslogtreecommitdiff
path: root/audiofile/Pkgfile
blob: c9c8bd00fd45f569b79988806d3624422dddf530 (plain)
    1 # Description: Provides a uniform API for accessing many audio file formats
    2 # Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
    3 # URL: http://www.68k.org/~michael/audiofile
    4 # Depends on:
    5 
    6 name=audiofile
    7 version=0.2.6
    8 release=1
    9 source=(http://www.68k.org/~michael/$name/$name-$version.tar.gz)
   10 
   11 build () {
   12 	cd $name-$version
   13 	./configure --prefix=/usr
   14 	make && make DESTDIR=$PKG install
   15 }

Generated by cgit