# $Id: PKGBUILD 1149 2009-08-12 22:31:02Z ibiru $ # Maintainer: Giovanni Scafora # Contributor: Jesus Lazaro Plaza pkgname=rutilt pkgver=0.18 pkgrel=2 pkgdesc="Gtk2 utility that helps you configure your wireless network devices" arch=('i686' 'x86_64') url="http://bonrom.cbbknet.com" license=('GPL2') depends=('gtk2' 'xdg-utils') makedepends=('wireless_tools') install=rutilt.install source=(http://bonrom.cbbknet.com/files/RutilTv0.18.tar.gz) md5sums=('c745af9fbadd3a843b6f8273b6eb71bd') build() { cd ${startdir}/src/RutilTv${pkgver} ./configure.sh --prefix=/usr make || return 1 make DESTDIR="$startdir/pkg" install }