summaryrefslogtreecommitdiff
path: root/community/rutilt/PKGBUILD
blob: 1e8f7873846a00c34debf2a4e96e64079b012bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 1149 2009-08-12 22:31:02Z ibiru $
# Maintainer: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: Jesus Lazaro Plaza <jesuslazaro84@gmail.com>

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
}