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

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
}