summaryrefslogtreecommitdiff
path: root/alsa-plugins/Pkgfile
blob: 88bdfe4fe81bf2d3f71935081fe58337dc568aa8 (plain)
    1 # Description: ALSA Plugins contains plugins for various audio libraries and sound servers. 
    2 # URL: http://www.alsa-project.org/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: alsa-lib
    5 # Optional: ffmpeg speex jack libsamplerate
    6 
    7 name=alsa-plugins
    8 version=1.2.2
    9 release=1
   10 source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2)
   11 
   12 build() {
   13 	cd $name-$version
   14 
   15 	./configure --prefix=/usr --sysconfdir=/etc
   16 
   17 	make
   18 	make DESTDIR=$PKG install
   19 }

Generated by cgit