1 # Contributor: NiZoX <nizox@alterinet.org>
5 pkgdesc="gExec is a small GTK2 tool for running a command."
7 url="http://www.electricmonk.nl/Programmings/Gexec"
18 source=(http://projects.electricmonk.nl/files/gExec/$pkgname-$pkgver.tar.gz \
21 md5sums=('f10e68d5bcc206b759a2836886808d1d'
22 '4d7b56724e461fb7dba0b0d212fe218c') #generate with 'makepkg -g'
25 cd "$startdir/src/$pkgname"
26 patch -Np0 < $startdir/src/Makefile.patch
28 make DESTDIR="$startdir/pkg" install
31 # vim:set ts=2 sw=2 et: