diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-14 16:15:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-14 16:15:07 +0100 |
commit | 81d152f5d90ad8cac42120011ce936c9bf5c8689 (patch) | |
tree | f74bf63da8b8a040207470976122377c0a5fb1f5 /extra/alsa-plugins/Pkgfile | |
parent | 170ea45ce5b9fcde0dc90c1c39602112e5ec6780 (diff) | |
download | nutyx-extra-81d152f5d90ad8cac42120011ce936c9bf5c8689.tar.gz nutyx-extra-81d152f5d90ad8cac42120011ce936c9bf5c8689.tar.bz2 nutyx-extra-81d152f5d90ad8cac42120011ce936c9bf5c8689.tar.xz nutyx-extra-81d152f5d90ad8cac42120011ce936c9bf5c8689.zip |
ajout de alsa-plugins#1.0.21-1
Diffstat (limited to 'extra/alsa-plugins/Pkgfile')
-rwxr-xr-x | extra/alsa-plugins/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/alsa-plugins/Pkgfile b/extra/alsa-plugins/Pkgfile new file mode 100755 index 000000000..8e811f6e2 --- /dev/null +++ b/extra/alsa-plugins/Pkgfile @@ -0,0 +1,19 @@ +# Description: Plugins pour diverses librairies audio +# URL: http://www.alsa-project.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: alsa-lib, libsamplerate + +name=alsa-plugins +version=1.0.21 +release=1 +source=(ftp://ftp.alsa-project.org/pub/plugins/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} |