milis/talimatname/genel/hidapi/talimat

19 lines
437 B
Plaintext
Raw Normal View History

2017-01-31 02:35:21 +01:00
# Description: USB and Bluetooth aygıtları ile iletişim için basit bir kütüphane
2016-09-06 23:50:43 +02:00
# URL: http://www.signal11.us/oss/hidapi/
# Packager: milisarge
# Depends on: libusb fox
2017-01-31 02:35:21 +01:00
2016-09-06 23:50:43 +02:00
name=hidapi
version=0.8.0-rc1
release=1
source=(https://github.com/signal11/hidapi/archive/$name-$version.tar.gz)
build() {
cd "$name-$name-$version"
./bootstrap
./configure --enable-testgui --prefix=/usr
make
make DESTDIR="$PKG/" install
}