19 lines
436 B
Plaintext
19 lines
436 B
Plaintext
# 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
|
||
}
|