summaryrefslogtreecommitdiffstats
path: root/alsa-plugins/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-30 20:28:34 +0100
committerpiernov <piernov@piernov.org>2012-01-30 20:28:34 +0100
commit607587c7c499d61718e6a252e3ef0e67d2dd485f (patch)
treed42de7b72368ee1902e373ba4e7e2761fe9fee06 /alsa-plugins/Pkgfile
parent5f4a5fd8dd0e6320be3622970f17375e8aa3216f (diff)
downloadnutyx-extra-607587c7c499d61718e6a252e3ef0e67d2dd485f.tar.gz
nutyx-extra-607587c7c499d61718e6a252e3ef0e67d2dd485f.tar.bz2
nutyx-extra-607587c7c499d61718e6a252e3ef0e67d2dd485f.tar.xz
nutyx-extra-607587c7c499d61718e6a252e3ef0e67d2dd485f.zip
alsa-plugins 1.0.25-1 màj port
Diffstat (limited to 'alsa-plugins/Pkgfile')
-rwxr-xr-xalsa-plugins/Pkgfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/alsa-plugins/Pkgfile b/alsa-plugins/Pkgfile
index d9b8d70c0..7132db9cb 100755
--- a/alsa-plugins/Pkgfile
+++ b/alsa-plugins/Pkgfile
@@ -6,18 +6,15 @@
# Run on: alsa-lib,libsamplerate,speex,liba52,ffmpeg
name=alsa-plugins
-version=1.0.24
-release=5
+version=1.0.25
+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 \
--disable-pulseaudio \
--disable-jack
make
make DESTDIR=$PKG install
}
-