diff options
Diffstat (limited to 'src/pthreads.mk')
-rw-r--r-- | src/pthreads.mk | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/pthreads.mk b/src/pthreads.mk index 9c87544..0e2ee0b 100644 --- a/src/pthreads.mk +++ b/src/pthreads.mk @@ -1,12 +1,13 @@ # pthreads-w32 -PKG := pthreads -$(PKG)_VERSION := 2-8-0 -$(PKG)_SUBDIR := pthreads-w32-$($(PKG)_VERSION)-release -$(PKG)_FILE := pthreads-w32-$($(PKG)_VERSION)-release.tar.gz -$(PKG)_WEBSITE := http://sourceware.org/pthreads-win32/ -$(PKG)_URL := ftp://sourceware.org/pub/pthreads-win32/$($(PKG)_FILE) -$(PKG)_DEPS := gcc +PKG := pthreads +$(PKG)_VERSION := 2-8-0 +$(PKG)_CHECKSUM := da8371cb20e8e238f96a1d0651212f154d84a9ac +$(PKG)_SUBDIR := pthreads-w32-$($(PKG)_VERSION)-release +$(PKG)_FILE := pthreads-w32-$($(PKG)_VERSION)-release.tar.gz +$(PKG)_WEBSITE := http://sourceware.org/pthreads-win32/ +$(PKG)_URL := ftp://sourceware.org/pub/pthreads-win32/$($(PKG)_FILE) +$(PKG)_DEPS := gcc define $(PKG)_UPDATE wget -q -O- 'ftp://sourceware.org/pub/pthreads-win32/Release_notes' | \ |