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

# source: BLFS 11.3
TARBALL=exo-$PKGVER.tar.bz2
MD5SUM=9d0be4e885eaf991e12dbc14d3fc628d
SRC_URL=http://archive.xfce.org/src/xfce/exo/4.18/$TARBALL
BUNDLE=

SLACKREQ='libxfce4ui'
SLACKDESC="libxfce4-exo: libxfce4-exo $PKGVER (XFCE4 Support library)
libxfce4-exo: 
libxfce4-exo: Exo is a support library used in the Xfce desktop. It also has some 
libxfce4-exo: helper applications that are used throughout the entire desktop.
libxfce4-exo: 
libxfce4-exo: https://docs.xfce.org/xfce/exo/start
libxfce4-exo: 
libxfce4-exo: 
libxfce4-exo: 
libxfce4-exo: 
libxfce4-exo: 
"
SLACKSUG=''

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

