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

# source: james
TARBALL=zarfy-20190227.tar.bz2
MD5SUM=c1a0f0ffd040b4367fc828d1de9a6442
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='gtk2'
SLACKDESC="zarfy: zarfy $PKGVER (XRandr GUI)
zarfy:
zarfy: zarfy is a gui to libxrandr.  It presents the user with a visual
zarfy: representaion of active displays on an interactive map of the 
zarfy: screen memory.  It features free postioning, configuration saving,
zarfy: scripting for R&R, and an alternate gui for switching monitors.
zarfy:
zarfy:
zarfy:
zarfy:
zarfy:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/zarfy
	export LDFLAGS='-lm -lX11'
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	mkdir -p /usr/share/applications &&
	install -m644 /tmp/pkg/zarfy.desktop /usr/share/applications
}


