### this file is sourced not run
PKGNAME=grsync
PKGVER=1.2.6
PKGBUILD=1
PKGARCH=x86_64

# source: SFR
TARBALL=${PKGNAME}-${PKGVER}.tar.gz
MD5SUM=eb2b39e68a04ea5b9c92bcb7d9401e80
SRC_URL=http://www.opbyte.it/release/${TARBALL}
BUNDLE=

SLACKREQ='rsync
gtk2'

SLACKDESC="${PKGNAME}: ${PKGNAME} ${PKGVER} (A Gtk+ GUI for rsync)
${PKGNAME}: 
${PKGNAME}: Grsync is a rsync GUI (Graphical User Interface).
${PKGNAME}: It can be effectively used to synchronize local directories
${PKGNAME}: and it supports remote targets as well (even though it doesn't
${PKGNAME}: support browsing the remote folder).
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: http://www.opbyte.it/grsync/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="${CONFFLAGS} --disable-unity"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
