summaryrefslogtreecommitdiff
path: root/community/rutilt/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/rutilt/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/rutilt/PKGBUILD')
-rw-r--r--community/rutilt/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/rutilt/PKGBUILD b/community/rutilt/PKGBUILD
new file mode 100644
index 000000000..1e8f78738
--- /dev/null
+++ b/community/rutilt/PKGBUILD
@@ -0,0 +1,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
+}