gtk+: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 13:20:15 +01:00
parent 5e0e890163
commit 6f67c430b9
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,14 @@
PKG_NAME="gtk+"
PKG_VERSION="2.22.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.gtk.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/gtk+/2.22/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="atk libX11 libXrandr libXi glib pango cairo gdk-pixbuf"
PKG_BUILD_DEPENDS="toolchain atk libX11 libXrandr libXi glib pango cairo gdk-pixbuf"
PKG_PRIORITY="optional"
PKG_SECTION="x11/toolkits"
PKG_SHORTDESC="gtk+: The Gimp ToolKit (GTK)"
PKG_LONGDESC="This is GTK+. GTK+, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces for the X Window System. It is designed to be small, efficient, and flexible. GTK+ is written in C with a very object-oriented approach."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://ftp.gnome.org/pub/gnome/sources/gtk+/2.22/gtk+-2.22.0.tar.bz2