summaryrefslogtreecommitdiffstats
path: root/libusbx/Pkgfile
blob: 4abf8bb88bb271af518352c7064beb2e6451e113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Librairie pour interface USB, fork de libusb.
# URL: http://libusbx.org/
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
# Depends on:

name=libusbx
version=1.0.12
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)

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