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

# source: james
TARBALL=termit-master.tar.gz
MD5SUM=12d8a3a24d41ef7f0525e0527f109a71
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='gtk2 libvte lua' # 
SLACKDESC='termit: termit 2014.08 (GTK Terminal Emulator)  
termit:  
termit: Simple terminal emulator based on vte library, extensible via Lua. 
termit: Features: multiple tabs, switching encodings, sessions, configurable 
termit: keybindings, embedded lua and xterm-like dynamic window title.  
termit: 
termit: 
termit: 
termit: 
termit: 
termit: https://github.com/nonstop/termit/wiki
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/termit*
	sed -i -e 's|CONFIGURE_FILE|#CONFIGURE_FILE|' utils/CMakeLists.txt &&
	sed -i -e 's|^Icon=.*|Icon=/usr/share/pixmaps/midi-icons/console48.png|' \
		doc/termit.desktop &&
	pkg_build_cmake &&
	pkg_build_slackdesc
}
