### this file is sourced not run
PKGVER=0.4debian1
PKGBUILD=1
PKGARCH=x86_64

# source: james/debian
TARBALL=gexec_0.4.orig.tar.gz
MD5SUM=f10e68d5bcc206b759a2836886808d1d
SRC_URL=http://ftp.de.debian.org/debian/pool/main/g/gexec/$TARBALL
BUNDLE=

SLACKREQ='gtk2' 
SLACKDESC='gexec: gexec 0.4debian1 (GTK2 Command Launcher)  
gexec:  
gexec: gexec is a small and simple command executer using GTK+. It features 
gexec: autocompletition and a command history. Furthermore gexec can run the 
gexec: chosen command as root or in a terminal emulator.  
gexec: 
gexec: 
gexec: 
gexec: 
gexec: 
gexec:
'

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/gexec* &&
	zcat $CHROOT_DIR/tmp/pkg/gexec_0.4-1.diff.gz | patch -Np1
}

### default pkg_package
### build
pkg_build() {
	cd /tmp/gexec*
	make && make install &&
	pkg_build_slackdesc
}


