comparison src/wt.mk @ 2781:095252f38f87

update package wt
author Mark Brand <mabrand@mabrand.nl>
date Sun, 23 Sep 2012 20:49:56 +0200
parents 4c2874e00f0c
children 11504b1a840f
comparison
equal deleted inserted replaced
2780:016ef289a545 2781:095252f38f87
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := wt 4 PKG := wt
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 6102a9a2be36cedf41aa6095de6a2a9505629fd6 6 $(PKG)_CHECKSUM := 30f754d631905c4e7ef55ad095b6e480bada642f
7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/witty/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) 9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/witty/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc boost openssl libharu graphicsmagick pango postgresql sqlite 10 $(PKG)_DEPS := gcc boost openssl libharu graphicsmagick pango postgresql sqlite
11 11
12 define $(PKG)_UPDATE 12 define $(PKG)_UPDATE
13 $(WGET) -q -O- 'http://sourceforge.net/projects/witty/files/witty/' | \ 13 $(WGET) -q -O- 'http://sourceforge.net/projects/witty/files/witty/' | \
14 $(SED) -n 's,.*wt-\([0-9][^>]*\)\.tar.*,\1,p' | \ 14 $(SED) -n 's,.*wt-\([0-9][^>]*\)\.tar.*,\1,p' | \