--- embedaddon/strongswan/testing/scripts/recipes/007_x509-ada.mk 2020/06/03 09:46:49 1.1.1.1 +++ embedaddon/strongswan/testing/scripts/recipes/007_x509-ada.mk 2021/03/17 00:20:15 1.1.1.2 @@ -1,8 +1,8 @@ #!/usr/bin/make PKG = x509-ada -SRC = http://git.codelabs.ch/git/$(PKG).git -REV = caeea59c945945afd7dc092b37c85a9fef73a395 +SRC = https://git.codelabs.ch/git/$(PKG).git +REV = v0.1.2 PREFIX = /usr/local/ada @@ -14,11 +14,11 @@ all: install .$(PKG)-checkout-$(REV): .$(PKG)-cloned cd $(PKG) && git fetch && git checkout $(REV) - @touch $@ + @rm -f .$(PKG)-checkout-* && touch $@ .$(PKG)-built-$(REV): .$(PKG)-checkout-$(REV) cd $(PKG) && make tests && make - @touch $@ + @rm -f .$(PKG)-built-* && touch $@ install: .$(PKG)-built-$(REV) cd $(PKG) && make PREFIX=$(PREFIX) install