### this file is sourced not run
PKGVER=0.1 # not sure what version, Grant found this theme, just assume it is 0.1
PKGBUILD=1
PKGARCH=noarch

# source: james
TARBALL=gtk-theme-human.tar.gz
MD5SUM=a39d37f4bd3c4f860e97fed3ed7157b3
SRC_URL=http://distro.ibiblio.org/fatdog/source/900/$TARBALL
BUNDLE=

SLACKREQ='' 
SLACKDESC="gtk-theme-human: gtk-theme-human $PKGVER (GTK2 GTK2 theme)
gtk-theme-human: 
gtk-theme-human: GTK2 and GTK3 theme. Probably derived from ancien Ubuntu theme.
gtk-theme-human: 
gtk-theme-human: 
gtk-theme-human: 
gtk-theme-human: 
gtk-theme-human: 
gtk-theme-human: 
gtk-theme-human: 
gtk-theme-human: 
"

PKG_NOBUILD=true

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	mkdir -p ./usr/share/themes &&
	mv ./tmp/Human ./usr/share/themes &&
	pkg_build_slackdesc .
}

### default pkg_package
### default pkg_build

# vim:ft=sh:
