diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gphpedit/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gphpedit/PKGBUILD')
-rw-r--r-- | community/gphpedit/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/gphpedit/PKGBUILD b/community/gphpedit/PKGBUILD deleted file mode 100644 index 589ee4afe..000000000 --- a/community/gphpedit/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $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) -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) -md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525') - -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 -} |