summaryrefslogtreecommitdiffstats
path: root/extra/xcfa/Pkgfile
blob: 7f5671fb03f50d8d6793c803efb620d40dff73fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: convertisseur de fichier audio
# URL: http://download.tuxfamily.org/xcfaudio
# Maintainer: NuTyX core team
# Packager: fanch
# Depends on: gtk,taglib,curl,dvd+rw-tools, alsa-lib

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
}