python-pyasn: bump to version 1.6.0b1
[buildroot-gz.git] / package / ustr / ustr.mk
blob715914cab619b0024d23e9b46013aa90c7b06f02
1 ################################################################################
3 # ustr
5 ################################################################################
7 # When bumping the version to a new upstream release, be sure to remove
8 # the ldconfig hack, below.
9 USTR_VERSION = 1.0.4
10 USTR_SOURCE = ustr-$(USTR_VERSION).tar.bz2
11 USTR_SITE = http://www.and.org/ustr/$(USTR_VERSION)
12 USTR_LICENSE = BSD-2c, MIT, LGPLv2+
13 USTR_LICENSE_FILES = LICENSE LICENSE_BSD LICENSE_LGPL LICENSE_MIT
14 USTR_AUTORECONF = YES
15 USTR_PATCH = \
16 http://http.debian.net/debian/pool/main/u/ustr/ustr_$(USTR_VERSION)-5.debian.tar.xz
18 USTR_INSTALL_STAGING = YES
20 # ustr only builds the static library by default, but the default
21 # install rule will install both the static and the shared libraries,
22 # which means the shared one is build during the install step. :-(
24 # We can however instruct ustr to build both at build time, by adding
25 # 'all-shared' to the default 'all' rule.
26 USTR_MAKE_OPTS = all all-shared
28 USTR_CONF_OPTS += LDCONFIG=/bin/true
29 HOST_USTR_CONF_OPTS += LDCONFIG=/bin/true
31 $(eval $(autotools-package))
32 $(eval $(host-autotools-package))