summaryrefslogtreecommitdiffstats
path: root/extra/libdc1394/Pkgfile
blob: 89a5f2feb3eff06770cd9469dffb2035580d35e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.0.2
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)

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