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

# source: james
TARBALL=yaf-splash-1.02.tar.gz
MD5SUM=9a47f5b1ef9601465131796fa184bb44
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ=libX11
SLACKDESC='yaf-splash: yaf-splash 1.02 (Splash program for X)  
yaf-splash:  
yaf-splash: yaf-splash pops up a window of text, auto-sized and centered on 
yaf-splash: the screen, that is dismissed when you click on it, rather like 
yaf-splash: xmessage. Unlike xmessage, it lacks buttons and other window 
yaf-splash: manager cruft, can appear transparent via the SHAPE extension, or 
yaf-splash: overlays if your xserver supports them, and has a bunch of other 
yaf-splash: configuration options to tart it up with.  
yaf-splash: 
yaf-splash: 
yaf-splash:
'

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/yaf-splash*
	patch -Np1 -i $CHROOT_DIR/tmp/pkg/yaf-splash-utf8-james.patch
}

### default pkg_package
### build
pkg_build() {
	cd /tmp/yaf-splash*
	rm yaf-splash
	pkg_build_autoconf && pkg_build_slackdesc
}


