1 Commits

Author SHA1 Message Date
Jay Larson
fd5644b6aa Corrected repo to 'dev' for libusb-dev 2017-12-02 15:07:30 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ export URL = http://libusb.info/
export REPO = main
BRIEF = C library providing access to USB devices
DESC = libusb is a C library that provides generic access to USB devices
SNAPVER = 1
SNAPVER = 2
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')

View File

@@ -9,6 +9,7 @@
# GNU General Public License for more details.
DEPENDS = libusb
REPO = dev
BRIEF = Development files for libusb
DESC = Development files for libusb