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

# source: james
TARBALL=xml2-$PKGVER.tar.gz
MD5SUM=48eacf64b01ca3a4a5afb1a36f5906e6
#SRC_URL=http://download.ofb.net/gale/$TARBALL # original link dead
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=libxml2
SLACKDESC="xml2: xml2 $PKGVER (XML/HTML converter)  
xml2:  
xml2: This package contains tools used to convert XML and HTML to and from a 
xml2: line-oriented format more amenable to processing by classic Unix 
xml2: pipeline processing tools, like grep, sed, awk, cut, shell scripts, and 
xml2: so forth.  
xml2: 
xml2: 
xml2: 
xml2: 
xml2:
"

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


