diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-09 23:03:55 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-09 23:03:55 +0100 |
commit | 5f7811f352874b4410c0f08a6723b05919b82869 (patch) | |
tree | a5ffc2f02cc8cd9925cee2c1bf5a50124060f40f /extra/xcfa/Pkgfile | |
parent | 7436c81bcaf0d98d1fd692b6883895a0bbaa9c5b (diff) | |
parent | d99b75011ddcd7b35739764b7a652c46af3ae36b (diff) | |
download | nutyx-pakxe-5f7811f352874b4410c0f08a6723b05919b82869.tar.gz nutyx-pakxe-5f7811f352874b4410c0f08a6723b05919b82869.tar.bz2 nutyx-pakxe-5f7811f352874b4410c0f08a6723b05919b82869.tar.xz nutyx-pakxe-5f7811f352874b4410c0f08a6723b05919b82869.zip |
Merge commit 'fanch/master'
Diffstat (limited to 'extra/xcfa/Pkgfile')
-rw-r--r-- | extra/xcfa/Pkgfile | 19 |
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 +} + + |