diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:48:11 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:48:11 +0200 |
commit | fc6a7a18ab4793ec0c637e15503822ee88d429b7 (patch) | |
tree | bb71ef01eb2fbe4df025dd8bb8a06e418240a0a8 /extra/sox/Pkgfile | |
parent | be975e32d094beaf68870320b8c52764a1a430cd (diff) | |
download | nutyx-extra-fc6a7a18ab4793ec0c637e15503822ee88d429b7.tar.gz nutyx-extra-fc6a7a18ab4793ec0c637e15503822ee88d429b7.tar.bz2 nutyx-extra-fc6a7a18ab4793ec0c637e15503822ee88d429b7.tar.xz nutyx-extra-fc6a7a18ab4793ec0c637e15503822ee88d429b7.zip |
Ajout de sox#14.2.0-1
Diffstat (limited to 'extra/sox/Pkgfile')
-rw-r--r-- | extra/sox/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/sox/Pkgfile b/extra/sox/Pkgfile new file mode 100644 index 000000000..cfb4aea30 --- /dev/null +++ b/extra/sox/Pkgfile @@ -0,0 +1,20 @@ +# Description: Le couteau suisse pour modifier le son de fichiers audio. +# URL: http://sox.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libvorbis, lame, libmad, libsndfile, libsamplerate + +name=sox +version=14.2.0 +release=1 +source=(http://easynews.dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} |