Source-Makefile: feeds/packages/libs/libgd/Makefile

Package: libgd
Menu: 1
Version: 2.2.5-1
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libjpeg +libpng +LIBGD_TIFF:libtiff +LIBGD_FREETYPE:libfreetype
Conflicts: 
Menu-Depends: 
Provides: 
Section: libs
Category: Libraries
Repository: base
Title: The GD graphics library
Maintainer: Jo-Philipp Wich <jo@mein.io>
Source: libgd-2.2.5.tar.xz
License: MIT
Type: ipkg
Description:   GD is an open source code library for the dynamic creation of images by
  programmers. GD creates PNG, JPEG and GIF images, among other formats.
http://www.libgd.org/
Jo-Philipp Wich <jo@mein.io>
@@
Config:
	if PACKAGE_libgd
		config LIBGD_TIFF
			bool "TIFF image support"
			default n
			help
				Enable TIFF image support through libtiff
	endif
	if PACKAGE_libgd
		config LIBGD_FREETYPE
			bool "Freetype 2.x library support"
			default n
			help
				Enable Freetype 2.x font engine support through libfreetype
	endif
@@


