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

# source: james
TARBALL=fbxkb-0.6.tgz
MD5SUM=c7e99a3caaba0289f6063b302346c165
SRC_URL=http://distro.ibiblio.org/fatdog/source/710/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="fbxkb: fbxkb $PKGVER (Keyboard locale indicator)  
fbxkb:  
fbxkb: fbxkb is a lightweight X keyboard locale indicator. It shows a flag of 
fbxkb: current keyboard locale in a systray area and allows you to switch to 
fbxkb: another one.  
fbxkb: 
fbxkb: http://fbxkb.sourceforge.net/
fbxkb: https://packages.debian.org/sid/fbxkb
fbxkb: 
fbxkb: 
fbxkb: 
"

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default
}

### default pkg_package
### build
pkg_build() {
	cd /tmp/fbxkb* && 
	./configure &&
	make && make install &&
	pkg_build_slackdesc &&
	
	# autostart it
	mkdir -p /etc/xdg/Startup &&
	install -m755 /tmp/pkg/fbxkb /etc/xdg/Startup
}


