summaryrefslogtreecommitdiffstats
path: root/base/libusb1/Pkgfile
blob: cb5e3e2425fbb3953571b4f356ad7227bfdcb6d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Library to enable user space application programs to communicate with USB devices
# URL: http://libusb.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: 

name=libusb1
version=1.0.8
release=1
source=(http://downloads.sourceforge.net/libusb/libusb-$version.tar.bz2)


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