summaryrefslogtreecommitdiff
path: root/fluidsynth/Pkgfile
blob: f584420e398c2584d30f49db33a8af0daa69b663 (plain)
    1 # $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $
    2 # Description:	A real-time software synthesizer.
    3 # URL:			http://www.fluidsynth.org/
    4 # Maintainer:	James Mills prologic at shortcircuit dot net dot au
    5 # Packager:		Olle Gustafsson <ogg at linux dot se>
    6 # Depends on:
    7 
    8 name=fluidsynth
    9 version=1.0.7a
   10 release=1
   11 source=(http://savannah.nongnu.org/download/fluid/$name-$version.tar.gz)
   12 
   13 build() {
   14 	cd $name-1.0.7
   15 
   16 	./configure \
   17 		--prefix=/usr \
   18 		--disable-nls
   19 
   20 	make && make DESTDIR=$PKG install
   21 	chown -R root:root $PKG
   22 }

Generated by cgit