summaryrefslogtreecommitdiff
path: root/package/libusb-compat
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
commit5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch)
treecd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/libusb-compat
parent401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff)
parent4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: BUGS package/autoconf/Makefile
Diffstat (limited to 'package/libusb-compat')
-rw-r--r--package/libusb-compat/Config.in9
-rw-r--r--package/libusb-compat/Makefile17
2 files changed, 9 insertions, 17 deletions
diff --git a/package/libusb-compat/Config.in b/package/libusb-compat/Config.in
deleted file mode 100644
index 37ed69949..000000000
--- a/package/libusb-compat/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@
-config ADK_PACKAGE_LIBUSB_COMPAT
- prompt "libusb-compat...................... A library for accessing Linux USB devices"
- tristate
- default n
- help
- A library for accessing Linux USB devices
-
- http://libusb.sourceforge.net/
-
diff --git a/package/libusb-compat/Makefile b/package/libusb-compat/Makefile
index 452616011..ce41c1d1d 100644
--- a/package/libusb-compat/Makefile
+++ b/package/libusb-compat/Makefile
@@ -4,23 +4,24 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= libusb-compat
-PKG_VERSION:= 0.1.1
+PKG_VERSION:= 0.1.3
PKG_RELEASE:= 1
-PKG_MD5SUM:= 32c775b97da7a11c6be7c487a0c9fc00
-PKG_DESCR:= a Library for accessing Linux USB devices
+PKG_MD5SUM:= 570ac2ea085b80d1f74ddc7c6a93c0eb
+PKG_DESCR:= a library for accessing Linux USB devices
PKG_SECTION:= libs
+PKG_BUILDDEP+= libusb
PKG_URL:= http://libusb.wiki.sourceforge.net
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=libusb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
-include ${TOPDIR}/mk/package.mk
+ifeq ($(ADK_STATIC),y)
+PKG_OPTS:= libonly
+endif
-$(eval $(call PKG_template,LIBUSB_COMPAT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+include ${TOPDIR}/mk/package.mk
-CONFIGURE_STYLE:= gnu
-BUILD_STYLE:= auto
-INSTALL_STYLE:= auto confprog
+$(eval $(call PKG_template,LIBUSB_COMPAT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
post-install:
${INSTALL_DIR} ${IDIR_LIBUSB_COMPAT}/usr/lib