# Template file for 'obconf' pkgname=obconf version=2.0.3.git20100309 revision=1 build_style=gnu-configure hostmakedepends="pkg-config automake libtool gettext-devel bsdtar" makedepends="gtk+-devel libglade-devel libSM-devel imlib2-devel openbox-devel startup-notification-devel desktop-file-utils shared-mime-info" short_desc="A GTK2 based configuration tool for the Openbox windowmanager" maintainer="Juan RP " license="GPL-2" homepage="http://openbox.org/wiki/ObConf:About" distfiles="ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${version}.tar.gz" checksum=54328d05c52e62a90661d99b65038c57f852a474679339614896d7c94599948d noextract=yes do_extract() { # WTF .tar.gz extension and is bzip2 compressed. bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}.tar.gz -C ${XBPS_BUILDDIR} } pre_configure() { ./bootstrap } obconf_package() { depends="desktop-file-utils shared-mime-info" pkg_install() { vmove usr } }