Corrected repo to 'dev' for libusb-dev
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ export URL = http://libusb.info/
|
|||||||
export REPO = main
|
export REPO = main
|
||||||
BRIEF = C library providing access to USB devices
|
BRIEF = C library providing access to USB devices
|
||||||
DESC = libusb is a C library that provides generic 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)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
DEPENDS = libusb
|
DEPENDS = libusb
|
||||||
|
REPO = dev
|
||||||
BRIEF = Development files for libusb
|
BRIEF = Development files for libusb
|
||||||
DESC = Development files for libusb
|
DESC = Development files for libusb
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user