summaryrefslogtreecommitdiffstats
path: root/extra/audacity/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-05-02 19:46:40 +0200
committertnut <thierryn1 at hispeed dot ch>2010-05-02 19:46:40 +0200
commit96988ca011e892549b45cfec8ea24f2e97283037 (patch)
treecb748970925249a54e5b50deb9d9b5e5d3be648c /extra/audacity/Pkgfile
parente7e2d85b7af258cdf5d40aa6415d4698b1737f65 (diff)
downloadnutyx-extra-96988ca011e892549b45cfec8ea24f2e97283037.tar.gz
nutyx-extra-96988ca011e892549b45cfec8ea24f2e97283037.tar.bz2
nutyx-extra-96988ca011e892549b45cfec8ea24f2e97283037.tar.xz
nutyx-extra-96988ca011e892549b45cfec8ea24f2e97283037.zip
audacity déplacé dans test
Diffstat (limited to 'extra/audacity/Pkgfile')
-rw-r--r--extra/audacity/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/audacity/Pkgfile b/extra/audacity/Pkgfile
deleted file mode 100644
index d1fc09ba8..000000000
--- a/extra/audacity/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Programme pour la manipulation des fichiers audio
-# URL: http://audacity.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: wxgtk libmad libvorbis libid3tag flac libsamplerate lame shared-mime-info
-
-name=audacity
-version=1.3.11
-release=1
-source=(http://audacity.googlecode.com/files/$name-minsrc-$version.tar.bz2)
-
-build() {
- cd $name-*
- WX_CONFIG=/usr/bin/wx-config
- ./configure --prefix=/usr \
- --with-portaudio=v19 --with-libsamplerate=system \
- --without-libresample --with-libmad=system \
- --with-id3tag=system --with-flac=system \
- --with-vorbis=system --with-libexpat=system \
- --with-libsndfile=system --with-soundtouch \
- --enable-unicode --without-taglib
- make
- make DESTDIR=$PKG install
-}