summaryrefslogtreecommitdiffstats
path: root/extra/xcfa/Pkgfile
diff options
context:
space:
mode:
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
+}
+
+