summaryrefslogtreecommitdiffstats
path: root/libdc1394/Pkgfile
blob: bce4a9fa0009ad0556844cfb1915c5c74677877b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Interface de haut niveau pour les appareils IEEE 1394
# URL: http://sourceforge.net/project/libdc1394
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libraw1394
# Run on: libraw1394

name=libdc1394
version=2.1.4
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}