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

# BLFS 7.5
TARBALL=lxtask-0.1.4.tar.gz
MD5SUM=c4ab47d03d41a88696d64d3f1e78cf7f
SRC_URL=http://downloads.sourceforge.net/lxde/$TARBALL
BUNDLE=

SLACKREQ='gtk2'
SLACKDESC='lxtask: lxtask 0.1.4 (Task Manager)  
lxtask:  
lxtask: The LXTask package contains a lightweight and desktop-independent task 
lxtask: manager.  
lxtask: 
lxtask: 
lxtask: 
lxtask: 
lxtask: 
lxtask: 
lxtask:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	sed -i -e 's|Icon=.*|Icon=/usr/share/pixmaps/midi-icons/system-monitor48.png|' \
	/usr/share/applications/lxtask.desktop
}
