milis/talimatname/genel/hidapi/talimat

19 lines
436 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.

# Description: USB ve Bluetooth aygıtları ile iletişim için basit bir kütüphane
# URL: http://www.signal11.us/oss/hidapi/
# Packager: milisarge
# Depends on: libusb fox
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
}