summaryrefslogtreecommitdiffstats
path: root/package/enchant/enchant.mk
blob: 8a76c6b67a77773354fd32386341a90f690ae623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
################################################################################
#
# enchant
#
################################################################################

ENCHANT_VERSION = 1.5.0
ENCHANT_SOURCE = enchant-$(ENCHANT_VERSION).tar.gz
ENCHANT_SITE = http://www.abisource.com/downloads/enchant/$(ENCHANT_VERSION)
ENCHANT_INSTALL_STAGING = YES
ENCHANT_DEPENDENCIES = libglib2 host-pkgconf
ENCHANT_LICENSE = LGPLv2.1+
ENCHANT_LICENSE_FILES = COPYING.LIB

$(eval $(autotools-package))