summaryrefslogtreecommitdiffstats
path: root/extra/wicd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/wicd/Pkgfile')
-rw-r--r--extra/wicd/Pkgfile18
1 files changed, 3 insertions, 15 deletions
diff --git a/extra/wicd/Pkgfile b/extra/wicd/Pkgfile
index 846dc407f..567563a1b 100644
--- a/extra/wicd/Pkgfile
+++ b/extra/wicd/Pkgfile
@@ -2,13 +2,13 @@
# URL: http://wicd.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: pygtk, wpa_supplicant, ethtool, dbus-python, wireless_tools
+# Depends on: urwid, pygtk, wpa_supplicant, ethtool, dbus-python, wireless_tools, dhcpcd
name=wicd
version=1.7.0
-release=4
+release=5
source=(http://downloads.sourceforge.net/$name/wicd-$version.tar.gz \
- wicd wicd_in_usr.patch wicd-locale.patch wicd.desktop )
+ wicd_in_usr.patch wicd-locale.patch wicd.desktop )
build() {
cd $name-$version
@@ -25,17 +25,5 @@ build() {
done
rm -rf $PKG/usr/share/autostart
chmod 755 $PKG/usr/share/wicd/daemon/wicd-daemon.py
- #Install the daemon service
-
- mkdir -v -p $PKG/etc/rc.d/init.d
- mkdir -v -p $PKG/etc/rc.d/rc{0,1,3,4,5,6}.d
- install -D -m 755 $SRC/wicd $PKG/etc/rc.d/init.d/wicd
-
- ln -svf ../init.d/wicd $PKG/etc/rc.d/rc3.d/S20wicd
- ln -svf ../init.d/wicd $PKG/etc/rc.d/rc5.d/S20wicd
- ln -svf ../init.d/wicd $PKG/etc/rc.d/rc4.d/S20wicd
- ln -svf ../init.d/wicd $PKG/etc/rc.d/rc0.d/K80wicd
- ln -svf ../init.d/wicd $PKG/etc/rc.d/rc1.d/K80wicd
- ln -svf ../init.d/wicd $PKG/etc/rc.d/rc6.d/K80wicd
chown -R 0:0 $PKG/
}