### this file is sourced not run
PKGVER=0.69
PKGBUILD=1
PKGARCH=noarch

# source: arch
TARBALL=po4a-$PKGVER.tar.gz
MD5SUM=72844709ea43c5956e7435a5301bac11
SRC_URL=https://github.com/mquinson/po4a/releases/download/v0.69/$TARBALL
BUNDLE=

SLACKREQ='perl'
SLACKDESC="po4a: po4a $PKGVER (Translation Software)
po4a: 
po4a: The po4a (PO for anything) eases documentation translations and their 
po4a: maintenance. It extracts the translatable material from the original 
po4a: document, and places it into a PO file that is adapted to the 
po4a: translation process. Once this PO file is updated by the translator, 
po4a: po4a re-injects the translation into the structure of the original 
po4a: document to generate a translated document.
po4a: 
po4a: https://po4a.org/index.php.en
po4a: https://github.com/mquinson/po4a
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/po4a* &&
	
	perl Build.PL &&
	./Build &&
	./Build install &&

	pkg_build_slackdesc
}


