summaryrefslogtreecommitdiffstats
path: root/libiec61883/Pkgfile
blob: 7544f8319f453157d65010355e76222fecbe4e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Couche d'interface pour le firewire
# URL: http://www.linux1394.org/
# Maintainer: NuTyX core team 
# Packager: thierryn1 at hispeed dot ch
# Depends on: libraw1394
# Run on: libraw1394

name=libiec61883
version=1.2.0
release=1
source=(ftp://ftp.debian.org/debian/pool/main/libi/$name/${name}_$version.orig.tar.gz)
build() {
	cd $name*
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}