#Packager: Frédéric Galusik <fredg~at~salixos~dot~org>

pkgname=inxi
pkgver=1.9.6
pkgrel=1rl
arch=noarch
source=(http://inxi.googlecode.com/svn/trunk/inxi)
sourcetemplate=http://people.salixos.org/fredg/packages/$pkgname/$pkgver/
#docs=("")
url=http://inxi.org/


slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"inxi (a full featured system information script)"
"A newer, better system information script for irc, administration,"
"and system troubleshooters."
"inxi offers a wide range of built-in options, as well as a good number"
"of extra features which require having the script recommends installed"
"on the system."
)

build() {
	cd $startdir/src/
	install -D -m 755 inxi $startdir/pkg/usr/bin/inxi
}