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

# source: BLFS 7.5
TARBALL=intltool-$PKGVER.tar.gz
MD5SUM=23fbd879118253cb99aeac067da5f591 
SRC_URL=http://launchpad.net/intltool/trunk/0.50.2/+download/$TARBALL
BUNDLE=

SLACKREQ='perl perl-xml-parser'
SLACKDESC="intltool: intltool $PKGVER (i18n tool)  
intltool:  
intltool: The Intltool is an internationalization tool used for extracting 
intltool: translatable strings from source files, collecting the extracted 
intltool: strings with messages from traditional source files (<source 
intltool: directory>/<package>/po) and merging the translations into .xml, 
intltool: .desktop and .oaf files.  
intltool: 
intltool: 
intltool: 
intltool:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	install -v -m644 -D doc/I18N-HOWTO \
    /usr/share/doc/intltool-$PKGVER/I18N-HOWTO &&
	pkg_build_slackdesc
}


