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

# source: post-BLFS 7.8 2015-12-24
TARBALL=xclock-$PKGVER.tar.bz2
MD5SUM=6f150d063b20d08030b98c45b9bee7af
SRC_URL=http://xorg.freedesktop.org/releases/individual/app/$TARBALL
BUNDLE=

# source: post BLFS 7.8 2015-12-24
SLACKREQ= # xorg libs
SLACKDESC="xclock: xclock $PKGVER (Simple graphical clock)  
xclock:  
xclock: The xclock package contains a simple clock application which is used 
xclock: in the default xinit configuration.  
xclock: 
xclock: 
xclock: 
xclock: 
xclock: 
xclock: 
xclock:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && pkg_build_slackdesc
}
