summaryrefslogtreecommitdiff
path: root/community/gphpedit/PKGBUILD
blob: 8fdf88e6b549f4861b710337cae5b3a7f03e4fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $Id: PKGBUILD 88295 2013-04-16 02:34:03Z bgyorgy $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: tobias <tobias@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>

pkgname=gphpedit
pkgver=0.9.98RC1
pkgrel=4
pkgdesc="a scintilla/gnome based editor specialized on php-files"
arch=(i686 x86_64 'mips64el')
license=('GPL')
depends=('gconf' 'webkitgtk2' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('intltool')
url="http://www.gphpedit.org/"
options=('!makeflags')
install=gphpedit.install
source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz
	gphpedit-0.9.98RC1-gmodule.patch)
md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525'
	 '4eecf974dedbb3d29c64576d2642cd6f')

build() {
  cd ${srcdir}/*$pkgname*
  LDFLAGS=`pkg-config --libs gmodule-2.0` ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  make
}

package() {
  cd ${srcdir}/*$pkgname*
  make DESTDIR=$pkgdir install
}