x11/geany: new aport

A fast and lightweight IDE
http://www.geany.org
This commit is contained in:
Natanael Copa 2009-08-20 19:49:58 +00:00
parent ffb8022a33
commit bdf465055f

24
x11/geany/APKBUILD Normal file
View File

@ -0,0 +1,24 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=geany
pkgver=0.18
pkgrel=0
pkgdesc="A fast and lightweight IDE"
url="http://www.geany.org"
license="GPL"
subpackages="$pkgname-dev $pkgname-doc"
makedepends="gtk+-dev intltool perl-xml-parser vte-dev"
depends=
depends_dev="gtk+-dev"
install=
source="http://download.$pkgname.org/$pkgname-$pkgver.tar.gz"
build()
{
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
sed -i 's|MimeType=text/plain;|MimeType=|' geany.desktop || return 1
sed -i 's|Sh=|Sh=APKBUILD;|' data/filetype_extensions.conf || return 1
make DESTDIR="$pkgdir" install || return 1
}
md5sums="e5d4075dcb486d3cec958c2bac9ce8f4 geany-0.18.tar.gz"