#Packager: George Vlahavas pkgname=units pkgver=1.88 pkgrel=1gv source=(http://ftp.gnu.org/gnu/units/units-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.gnu.org/software/units/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "units (converts between different systems of units)" "The Units program converts quantities expressed in various scales to" "their equivalents in other scales. The units program can handle" "multiplicative scale changes as well as nonlinear conversions such as" "Fahrenheit to Celsius or wire gauge. Units comes with an annotated," "extendable database defining over two thousand units." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }