### this file is sourced not run
PKGNAME=openresolv
PKGVER=3.9.0
PKGBUILD=1
PKGARCH=noarch

# source: SFR
TARBALL=${PKGNAME}-${PKGVER}.tar.xz
MD5SUM=177ad48b768d4d1bf37510f1af99dffe
SRC_URL=https://roy.marples.name/downloads/openresolv/$TARBALL
BUNDLE=

SLACKDESC="${PKGNAME}: ${PKGNAME} $PKGVER (the DNS management framework)  
${PKGNAME}:  
${PKGNAME}: Enter resolvconf, the middleman between the network configuration
${PKGNAME}: services and /etc/resolv.conf. resolvconf itself is just a script
${PKGNAME}: that stores, removes and lists a full resolv.conf generated
${PKGNAME}: for the interface. It then calls all the helper scripts it knows
${PKGNAME}: about so it can configure the real /etc/resolv.conf
${PKGNAME}: and optionally any local nameservers other than libc.
${PKGNAME}: 
${PKGNAME}: 
${PKGNAME}: https://roy.marples.name/projects/openresolv
"

### default pkg_download
### default pkg_prepare 
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --libexecdir=/usr/lib64/resolvconf"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
