diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-27 09:48:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-27 09:48:34 +0100 |
commit | f327dedeb0144c84c1365f878ed008d998a0a258 (patch) | |
tree | 820df62c34dc978438ba4e158e2f0be44d5cfe0b /package/pcsc-lite | |
parent | 395027c0eca327aa515ec95131218f017ed376e8 (diff) | |
parent | 1e3216e7e3ac2dc3dfdd69811190f159527783aa (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pcsc-lite')
-rw-r--r-- | package/pcsc-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcsc-lite/Makefile b/package/pcsc-lite/Makefile index bc54b608b..1dc2bc527 100644 --- a/package/pcsc-lite/Makefile +++ b/package/pcsc-lite/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= crypto PKG_DEPENDS:= libusb libusb-compat libpthread PKG_BUILDDEP:= libusb libusb-compat PKG_URL:= http://pcsclite.alioth.debian.org/ -PKG_SITES:= http://alioth.debian.org/frs/download.php/file/3598/ +PKG_SITES:= http://openadk.org/distfiles/ PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |