summaryrefslogtreecommitdiff
path: root/community/rutilt
diff options
context:
space:
mode:
Diffstat (limited to 'community/rutilt')
-rw-r--r--community/rutilt/PKGBUILD23
-rw-r--r--community/rutilt/rutilt.install24
2 files changed, 0 insertions, 47 deletions
diff --git a/community/rutilt/PKGBUILD b/community/rutilt/PKGBUILD
deleted file mode 100644
index 1e8f78738..000000000
--- a/community/rutilt/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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
-}
diff --git a/community/rutilt/rutilt.install b/community/rutilt/rutilt.install
deleted file mode 100644
index b8397905a..000000000
--- a/community/rutilt/rutilt.install
+++ /dev/null
@@ -1,24 +0,0 @@
-# arg 1: the new package version
-post_install() {
-which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-
-cat << EOF
-
-==> Remember to install "dhclient" or customize the "set_ip.sh" to match
-==> your needs, don't forget that it is executed with root privileges.
-==> Note: rutilt 0.16 doesn't read the old configs, so you have to
-==> recreate/rename it.
-
-EOF
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-