summaryrefslogtreecommitdiffstats
path: root/libsndfile/Pkgfile
blob: a3da6aabc94a407e0458b1c1ca10e12bee208797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Librairie pour la manipulation des fichiers son (nécessaire pour open office)
# URL: http://www.mega-nerd.com/libsndfile/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: flac, alsa-lib
# Run on: flac,alsa-lib

name=libsndfile
version=1.0.25
release=1
source=( http://www.mega-nerd.com/$name/files/$name-$version.tar.gz)


build() {
	cd $name-*
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
                --disable-sqlite
	make
	make DESTDIR=$PKG install
}