comparison src/xapian-core.mk @ 2815:95b6461420ba

update package xapian-core
author Mark Brand <mabrand@mabrand.nl>
date Fri, 12 Oct 2012 11:50:52 +0200
parents cf9aac709d90
children 47558e958113
comparison
equal deleted inserted replaced
2814:cf9aac709d90 2815:95b6461420ba
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 := xapian-core 4 PKG := xapian-core
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 1be1896ab11a3a66c6c0ade962c700d96678116e 6 $(PKG)_CHECKSUM := 2b96800280fee41eed767289620172f5226c9c4f
7 $(PKG)_SUBDIR := xapian-core-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := xapian-core-$($(PKG)_VERSION)
8 $(PKG)_FILE := xapian-core-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := xapian-core-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://oligarchy.co.uk/xapian/$($(PKG)_VERSION)/xapian-core-$($(PKG)_VERSION).tar.gz 9 $(PKG)_URL := http://oligarchy.co.uk/xapian/$($(PKG)_VERSION)/xapian-core-$($(PKG)_VERSION).tar.gz
10 $(PKG)_DEPS := gcc zlib 10 $(PKG)_DEPS := gcc zlib
11 11