]> err.no Git - yubikey-personalization/commitdiff
releases moved to github
authorKlas Lindfors <klas@yubico.com>
Mon, 22 Apr 2013 11:42:30 +0000 (13:42 +0200)
committerKlas Lindfors <klas@yubico.com>
Mon, 22 Apr 2013 11:42:30 +0000 (13:42 +0200)
ykpers4mac.mk
ykpers4win.mk

index b0a8ba1b2f11181a2019b92a7923bf831df9b384..d24252b9144da96ccdfd5a1f24d1286dd5545fe5 100644 (file)
@@ -62,7 +62,7 @@ ykpers4mac:
        cp COPYING $(PWD)/tmp/root/licenses/json-c.txt && \
        cd .. && \
        cp ../libyubikey-$(LIBYUBIKEYVERSION).tar.gz . \
-               ||      wget http://yubico-c.googlecode.com/files/libyubikey-$(LIBYUBIKEYVERSION).tar.gz && \
+               ||      wget http://yubico.github.io/yubico-c/releases/libyubikey-$(LIBYUBIKEYVERSION).tar.gz && \
        tar xfz libyubikey-$(LIBYUBIKEYVERSION).tar.gz && \
        cd libyubikey-$(LIBYUBIKEYVERSION) && \
        ./configure --prefix=$(PWD)/tmp/root && \
@@ -72,7 +72,7 @@ ykpers4mac:
        cp COPYING $(PWD)/tmp/root/licenses/libyubikey.txt && \
        cd .. && \
        cp ../ykpers-$(VERSION).tar.gz . \
-               || wget http://yubikey-personalization.googlecode.com/files/ykpers-$(VERSION).tar.gz && \
+               || wget http://yubico.github.io/yubikey-personalization/releases/ykpers-$(VERSION).tar.gz && \
        tar xfz ykpers-$(VERSION).tar.gz && \
        cd ykpers-$(VERSION)/ && \
        PKG_CONFIG_PATH=$(PWD)/tmp/root/lib/pkgconfig ./configure --prefix=$(PWD)/tmp/root --with-libyubikey-prefix=$(PWD)/tmp/root && \
index 732d3068e65cfff4598e7db5f7f66db91bef4a79..2a0311d552d763b0f3406853e14dde210ea79625 100644 (file)
@@ -63,7 +63,7 @@ ykpers4win:
        cp COPYING $(PWD)/tmp/root/licenses/libyubikey.txt && \
        cd .. && \
        cp ../ykpers-$(VERSION).tar.gz . \
-               || wget http://yubikey-personalization.googlecode.com/files/ykpers-$(VERSION).tar.gz && \
+               || wget http://yubico.github.io/yubikey-personalization/releases/ykpers-$(VERSION).tar.gz && \
        tar xfa ykpers-$(VERSION).tar.gz && \
        cd ykpers-$(VERSION)/ && \
        PKG_CONFIG_PATH=$(PWD)/tmp/root/lib/pkgconfig lt_cv_deplibs_check_method=pass_all ./configure --host=$(HOST) --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root LDFLAGS=-L$(PWD)/tmp/root/lib CPPFLAGS=-I$(PWD)/tmp/root/include && \