summaryrefslogtreecommitdiffstats
path: root/extra/xcfa/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2010-01-09 22:48:53 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2010-01-09 22:48:53 +0100
commitd99b75011ddcd7b35739764b7a652c46af3ae36b (patch)
tree97592e59d6fccdd119e495a69941fa3611645374 /extra/xcfa/Pkgfile
parentdec1d7fdd2198ba1be1541df86f9901252fa9a0a (diff)
downloadnutyx-extra-d99b75011ddcd7b35739764b7a652c46af3ae36b.tar.gz
nutyx-extra-d99b75011ddcd7b35739764b7a652c46af3ae36b.tar.bz2
nutyx-extra-d99b75011ddcd7b35739764b7a652c46af3ae36b.tar.xz
nutyx-extra-d99b75011ddcd7b35739764b7a652c46af3ae36b.zip
Ajout de xfca#3.7.1
Diffstat (limited to 'extra/xcfa/Pkgfile')
-rw-r--r--extra/xcfa/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xcfa/Pkgfile b/extra/xcfa/Pkgfile
new file mode 100644
index 000000000..96da7618f
--- /dev/null
+++ b/extra/xcfa/Pkgfile
@@ -0,0 +1,19 @@
+# Description: convertisseur de fichier audio
+# URL: http://download.tuxfamily.org/xcfaudio
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: gtk2,taglib,curl,dvd+rw-tools
+
+name=xcfa
+version=3.7.1
+release=1
+source=(http://download.tuxfamily.org/xcfaudio/xcfa_download/src/xcfa-3.7.1.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+