### this file is sourced not run
PKGNAME=lockstate
PKGVER=1.1
PKGBUILD=1
PKGARCH=x86_64

### 
TARBALL= # none - source included in recipe
MD5SUM=  # none
SRC_URL= # none
BUNDLE=  # none

SLACKREQ='gtk2'

SLACKDESC="${PKGNAME}: ${PKGNAME} ${PKGVER} (Lock keys tray indicator)
${PKGNAME}: 
${PKGNAME}: This utility monitors the state of CapsLock, NumLock and ScrollLock
${PKGNAME}: keys and shows status icons in system tray. 
${PKGNAME}: You can also toggle the state of these keys by left-clicking
${PKGNAME}: a corresponding icon.
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: http://murga-linux.com/puppy/viewtopic.php?t=110710
"

### nothing to download
unset -f pkg_download

###
pkg_prepare() {
	: nothing to prepare
}

### defaulg pkg_package 

### build
pkg_build() {
	cd /tmp/pkg/src &&

	make &&
	make install &&
	pkg_build_slackdesc &&
	
	true
 
}
