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

name=libsndfile
version=1.0.21
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
}