You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-construct/libs/glib/Makefile

20 lines
549 B

GARNAME = glib
GARVERSION = 2.12.11
CATEGORIES = libs
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
MASTER_SITES = ftp://ftp.gtk.org/pub/glib/2.12/ ftp://ftp.gnome.org/pub/gnome/sources/glib/2.12/ http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/glib/2.12/
LIBDEPS = misc/pkgconfig
DESCRIPTION = low-level core library
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
# Add --with-libiconv=gnu on non-GNU based platforms
CONFIGURE_ARGS = $(DIRPATHS)
include ../category.mk