#Packager: George Vlahavas pkgname=libnumbertext pkgver=1.0.10 pkgrel=1gv source=("https://github.com/Numbertext/libnumbertext/releases/download/$pkgver/libnumbertext-$pkgver.tar.xz") docs=("readme.md" "install" "copying" "changelog" "authors" "news" "todo" "thanks") url=https://numbertext.github.io/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Lightweight open source C++ library and a LibreOffice Spreadsheet" "extension for number to number name conversion, including cardinal and" "ordinal numbers, ordinal indicators and money amounts with currencies" "in more than 40 languages and numeral systems." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --disable-werror \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }