]> err.no Git - yubikey-personalization.old/commitdiff
Add.
authorSimon Josefsson <simon@yubico.com>
Thu, 25 Nov 2010 14:24:50 +0000 (14:24 +0000)
committerSimon Josefsson <simon@yubico.com>
Thu, 25 Nov 2010 14:24:50 +0000 (14:24 +0000)
ykpers4win.mk [new file with mode: 0644]

diff --git a/ykpers4win.mk b/ykpers4win.mk
new file mode 100644 (file)
index 0000000..d15c036
--- /dev/null
@@ -0,0 +1,20 @@
+ykpers4win:
+       rm -rf tmp && mkdir tmp && cd tmp && \
+       wget -q http://yubico-c.googlecode.com/files/libyubikey-1.7.tar.gz && \
+       tar xfa libyubikey-1.7.tar.gz && \
+       cd libyubikey-1.7 && \
+       ./configure --host=i686-w64-mingw32 --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root && \
+       make install check && \
+       cd .. && \
+       wget -q http://yubikey-personalization.googlecode.com/files/libusb-1.0.8-windows.tar.bz2 && \
+       tar xfa libusb-1.0.8-windows.tar.bz2 && \
+       cd libusb-1.0.8 && \
+       ./configure --host=i686-w64-mingw32 --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root && \
+       make install && \
+       cd .. && \
+       wget -q http://yubikey-personalization.googlecode.com/files/ykpers-1.3.5.tar.gz && \
+       tar xfa ykpers-1.3.5.tar.gz && \
+       cd ykpers-1.3.5/ && \
+       PKG_CONFIG_PATH=$(PWD)/tmp/root/lib/pkgconfig ./configure --host=i686-w64-mingw32 --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root && \
+       make install check && \
+       cd ..