updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / protoeditor / PKGBUILD
blob8df5a88ad7d56b7986b760b634c3d3e9f1c9aa9a
1 # Contributor: MrGreen <mrgreen.linuxuser@gmail.com>
2 pkgname=protoeditor
3 pkgver=0.9
4 pkgrel=1
5 pkgdesc="A small PHP Debugger client"
6 url="http://protoeditor.sourceforge.net"
7 license=""
8 depends=('kdelibs')
9 makedepends=()
10 conflicts=()
11 replaces=()
12 backup=()
13 install=protoeditor.install
14 source=(http://dl.sourceforge.net/sourceforge/protoeditor/$pkgname-$pkgver.tar.gz) 
15 md5sums=('9b5532d0917dd8b072838a3dfee435b6')
17 build() {
18   cd $startdir/src/$pkgname-$pkgver
19   ./configure --prefix=/usr
20   make || return 1
21   make DESTDIR=$startdir/pkg install