summaryrefslogtreecommitdiffstats
path: root/extra/xcfa/Pkgfile
blob: c8e7236940bda513cfd3d43a503409eef8b83bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
# Run on:

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
}