diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 09:07:07 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 09:07:07 (GMT) |
commit | 7e6723adb595dd573666c04739d70e528e653a68 (patch) | |
tree | e1618a56489509dcb1812e6f164c8cd7b5bc0f86 /src/libunistring.mk | |
parent | 483164575c049cf3c7da6281475ef6235c64c3b6 (diff) | |
download | mxe-7e6723adb595dd573666c04739d70e528e653a68.zip mxe-7e6723adb595dd573666c04739d70e528e653a68.tar.gz mxe-7e6723adb595dd573666c04739d70e528e653a68.tar.bz2 |
Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html
Diffstat (limited to 'src/libunistring.mk')
-rw-r--r-- | src/libunistring.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libunistring.mk b/src/libunistring.mk index 7460c75..d58156d 100644 --- a/src/libunistring.mk +++ b/src/libunistring.mk @@ -4,11 +4,9 @@ # libunistring PKG := libunistring $(PKG)_IGNORE := -$(PKG)_VERSION := 0.9.3 $(PKG)_CHECKSUM := e1ea13c24a30bc93932d19eb5ad0704a618506dd $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.gnu.org/software/$(PKG)/ $(PKG)_URL := http://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := gcc libiconv |