summaryrefslogtreecommitdiff
path: root/package/openct
diff options
context:
space:
mode:
Diffstat (limited to 'package/openct')
-rw-r--r--package/openct/Config.in8
-rw-r--r--package/openct/Makefile6
2 files changed, 1 insertions, 13 deletions
diff --git a/package/openct/Config.in b/package/openct/Config.in
deleted file mode 100644
index 082ae18a3..000000000
--- a/package/openct/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-config ADK_PACKAGE_OPENCT
- prompt "openct............................ openct"
- tristate
- default n
- select ADK_PACKAGE_LIBLTDL
- select ADK_PACKAGE_LIBUSB
- help
- openct
diff --git a/package/openct/Makefile b/package/openct/Makefile
index 0a53477be..48a23bac1 100644
--- a/package/openct/Makefile
+++ b/package/openct/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= openct
PKG_VERSION:= 0.6.16
PKG_RELEASE:= 1
+PKG_BUILDDEP+= libtool libusb
PKG_MD5SUM:= d8d8c63269985303a303a218c4b953d7
PKG_DESCR:= drivers for several smart card readers
PKG_SECTION:= libs
@@ -17,10 +18,6 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,OPENCT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_STYLE:= gnu
-BUILD_STYLE:= auto
-INSTALL_STYLE:= auto
-
post-install:
${INSTALL_DIR} ${IDIR_OPENCT}/etc ${IDIR_OPENCT}/usr/bin
${INSTALL_DIR} ${IDIR_OPENCT}/usr/sbin ${IDIR_OPENCT}/usr/lib
@@ -35,5 +32,4 @@ post-install:
${INSTALL_DATA} ${WRKBUILD}/etc/openct.conf \
${IDIR_OPENCT}/etc
-
include ${TOPDIR}/mk/pkg-bottom.mk