the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: geany
Version: 0.20
Revision: 1
Source: http://download.geany.org/%n-%v.tar.gz
Source-MD5: 7e7d6e4a40e04ecacb9bc317f97becfb
Maintainer: Pierre-Henri Lavigne
Homepage: http://www.geany.org/
License: GPL
Description: Fast and lightweight GTK+ IDE
DescDetail: <<
Geany is a small and lightweight integrated development environment. It was
developed to provide a small and fast IDE, which has only a few dependencies
on other packages. Another goal was to be as independent as possible from a
special Desktop Environment like KDE or GNOME.
<<
DocFiles: AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README README.I18N THANKS TODO doc
GCC: 4.0
BuildDepends: <<
atk1 (>= 1.24.0-1),
cairo (>= 1.8.0-3),
fontconfig2-dev (>= 2.4.1-5),
freetype219 (>= 2.3.7-7),
gettext-tools,
glib2-dev (>= 2.18.1-2),
glitz,
gtk+2-dev (>= 2.12.11-2),
intltool40,
libgettext8-dev,
libxml2 (>= 2.6.30-1),
pango1-xft2-ft219-dev (>= 1.22.0-1),
pixman (>= 0.12.0-1),
pkgconfig (>= 0.23-1),
x11-dev,
xft2-dev
<<
Depends:<<
atk1-shlibs,
cairo-shlibs (>= 1.8.0-3),
fontconfig2-shlibs (>= 2.4.1-5),
freetype219-shlibs (>= 2.3.7-7),
glib2-shlibs (>= 2.18.1-2),
gtk+2-shlibs (>= 2.12.11-2),
libgettext8-shlibs,
pango1-xft2-ft219-shlibs (>= 1.22.0-1),
x11-shlibs
<<
ConfigureParams:<<
--disable-dependency-tracking \
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH" \
FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
<<
InstallScript:<<
#!/bin/bash -ev
make install DESTDIR=%d
<<