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

# source: step
TARBALL=xseticon-0.1+bzr14.tar.gz
MD5SUM=6b4774dc199b0819e2d22c87b14772b9
SRC_URL=http://www.leonerd.org.uk/code/xseticon/$TARBALL
BUNDLE=

SLACKREQ='libX11 libXmu glib libgd'
SLACKDESC='xseticon: xseticon 0.1.14 (set X11 window icon)
xseticon: 
xseticon: This program can set the X11 window icon for any given window, to that
xseticon: of a given image file.
xseticon: 
xseticon: License GPL2
xseticon: 
xseticon: http://www.leonerd.org.uk/code/xseticon/
xseticon: 
xseticon: 
xseticon:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
pkg_build() {
	cd /tmp/xseticon* &&
		make PREFIX=/usr all install &&
		pkg_build_slackdesc
}
