updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / eddie / PKGBUILD
blob0eef5bdf250f16f1b0e1cc841939b7a3a098a0a7
1 pkgname=eddie
2 pkgver=0.0.52
3 pkgrel=3
4 pkgdesc="Text editor with features to facilitate work on HTML"
5 arch=('x86_64')
6 url="http://eddietor.sourceforge.net/"
7 license=('GPL')
8 depends=( 'gambas2-runtime' 'gambas2-gb-qt' 'gambas2-gb-form' 'gambas2-gb-form-dialog' 'gambas2-gb-image' 'gambas2-gb-qt-ext')
9 source=(http://sourceforge.net/projects/eddietor/files/autotools/$pkgname-$pkgver.tar.gz)
10 md5sums=('b7acc74b54ec38edf7049ec75f55274d')
11 build() {
12 cd $srcdir/$pkgname-$pkgver
14 ./configure
15 make
17 package() {
18   cd "$srcdir/$pkgname-$pkgver"
20   make DESTDIR="$pkgdir/" install