| File: lib/gdk-pixbuf/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 4 | Line 4 |
| MASTER_SITES += ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/0.22/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PATCHFILES = | MASTER_SITES += ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/0.22/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz PATCHFILES = |
| # put your e-mail address in here, as in: Foo Bar <foo@bar.com> | |
| MAINTAINER = HEATHER STERN <star@starshine.org> | MAINTAINER = HEATHER STERN <star@starshine.org> |
| # GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license | |
| LICENSE = GPL DESCRIPTION = GDK-pixbuf helps image rendering under GTK. | LICENSE = GPL DESCRIPTION = GDK-pixbuf helps image rendering under GTK. |
| Line 15 | Line 13 |
| under GTK. endef | under GTK. endef |
| # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else | |
| LIBDEPS = lib/gtk+ lib/libjpeg lib/libpng lib/zlib | LIBDEPS = lib/gtk+ lib/libjpeg lib/libpng lib/zlib |
| DEPENDS = # Builddeps are installed in the build DESTIMG BUILDDEPS = | |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile | CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile |
| CONFIGURE_ARGS = $(DIRPATHS) --enable-shared=yes --disable-gtk-doc --disable-mmx --without-html-dir #CONFIGURE_ARGS = $(DIRPATHS) --disable-xim --with-xinput=no --with-glib-prefix=$(DESTDIR)$(prefix) --x-includes=$(DESTDIR)$(includedir) --x-libraries=$(DESTDIR)$(libdir) NODIRPATHS = | CONFIGURE_ARGS = $(DIRPATHS) --enable-shared=yes --disable-gtk-doc --disable-mmx --without-html-dir --x-includes=$(DESSTDIR)$(includedir) --x-libraries=$(DESTDIR)$(libdir) |
| # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir INSTALL_OVERRIDE_DIRS = # This should go before any hand-made rules. | |
| include ../../gar.mk | include ../../gar.mk |
| #pre-everything: n/a | |