milis/talimatname/genel/h/hidapi/talimat

19 lines
440 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: USB ve Bluetooth aygıtları ile iletişim için basit bir kütüphane
# URL: http://www.signal11.us/oss/hidapi/
# Paketçi: milisarge
# Gerekler: libusb fox
# Grup: kütüphane
isim=hidapi
surum=0.8.0-rc1
devir=1
kaynak=(https://github.com/signal11/hidapi/archive/$isim-$surum.tar.gz)
derle() {
cd "$isim-$isim-$surum"
./bootstrap
./configure --enable-testgui --prefix=/usr
make
make DESTDIR="$PKG/" install
}