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

# source: james
TARBALL=icewm-extra-themes-$PKGVER.tar.gz
MD5SUM=2b6c3a764fbd505ca700f6ac489a5bd2
SRC_URL=https://github.com/bbidulock/icewm-extra-themes/archive/refs/tags/$PKGVER.tar.gz
BUNDLE=

SLACKREQ='' # icewm, obviously
SLACKDESC="icewm-extra-themes: icewm-extra-themes $PKGVER (Themes for IceWM)
icewm-extra-themes: 
icewm-extra-themes: This is a set of extra themes for IceWM that were too numerous to 
icewm-extra-themes: include in the base IceWM release. The purpose is to provide a source 
icewm-extra-themes: of themes for distro maintainers of IceWM to select from when 
icewm-extra-themes: building and installing IceWM.
icewm-extra-themes: 
icewm-extra-themes: https://github.com/bbidulock/icewm-extra-themes
icewm-extra-themes: 
icewm-extra-themes: 
icewm-extra-themes: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/icewm* &&
	./autogen.sh &&
	pkg_build_autoconf &&
	pkg_build_slackdesc	
}

 
