milis/talimatname/genel/h/hidapi/talimat

19 lines
429 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: USB ve 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/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: 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)
2017-10-27 23:59:41 +02:00
derle() {
2016-09-06 23:50:43 +02:00
cd "$name-$name-$version"
./bootstrap
./configure --enable-testgui --prefix=/usr
make
make DESTDIR="$PKG/" install
}