a5ce857674
Use the <pkg>_CONFIG_SCRIPTS mechanism in all packages for which it does all what the package was doing. A few packages, like libxslt, are for now left out, since they need some additional fixup (for example a fixup of includedir). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
549 B
Makefile
18 lines
549 B
Makefile
#############################################################
|
|
#
|
|
# giblib
|
|
#
|
|
#############################################################
|
|
GIBLIB_VERSION = 1.2.4
|
|
GIBLIB_SOURCE = giblib-$(GIBLIB_VERSION).tar.gz
|
|
GIBLIB_SITE = http://linuxbrit.co.uk/downloads/
|
|
GIBLIB_INSTALL_STAGING = YES
|
|
GIBLIB_DEPENDENCIES = imlib2
|
|
GIBLIB_AUTORECONF = YES
|
|
GIBLIB_AUTORECONF_OPT = --install
|
|
GIBLIB_CONF_OPT = --with-imlib2-prefix=$(STAGING_DIR)/usr \
|
|
--with-imlib2-exec-prefix=$(STAGING_DIR)/usr
|
|
GIBLIB_CONFIG_SCRIPTS = giblib-config
|
|
|
|
$(eval $(autotools-package))
|