dhcpcd-gtk: update to 0.6.0, add homepage & license

This commit is contained in:
ojab 2013-03-31 11:37:14 +04:00
parent ac1e8b1e03
commit 979bc63d98
2 changed files with 6 additions and 32 deletions

View file

@ -1,28 +0,0 @@
--- mk/sys.mk.orig 2009-05-08 00:51:16.893203221 +0200
+++ mk/sys.mk 2009-05-08 00:51:27.419143271 +0200
@@ -1,12 +1,12 @@
# Simple defaults
-PREFIX?= /usr/local
+PREFIX?= /usr
BINDIR?= ${PREFIX}/bin
BINMODE?= 0755
NONBINMODE?= 0644
-SYSCONFDIR?= ${PREFIX}/etc
+SYSCONFDIR?= /etc
AR?= ar
ECHO?= echo
--- src/dhcpcd-gtk/Makefile.orig 2009-05-08 00:55:08.417016098 +0200
+++ src/dhcpcd-gtk/Makefile 2009-05-08 00:55:21.242055585 +0200
@@ -6,7 +6,7 @@ PROG= dhcpcd-gtk
SRCS= main.c menu.c prefs.c wpa.c
ICONDIR?= ${PREFIX}/share/dhcpcd/icons
-SYSCONFDIR?= ${PREFIX}/etc/xdg/autostart
+SYSCONFDIR?= /etc/xdg/autostart
FILESDIR?= ${SYSCONFDIR}
FILES= dhcpcd-gtk.desktop

View file

@ -1,16 +1,18 @@
# Template file for 'dhcpcd-gtk'
pkgname=dhcpcd-gtk
version=0.4.2
revision=2
version=0.6.0
revision=1
wrksrc=dhcpcd-ui-${version}
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.bz2"
build_style=gnu-makefile
build_style=gnu-configure
depends="glibc dbus-libs gtk+ libnotify"
makedepends="pkg-config gtk+-devel libnotify-devel dbus-devel"
fulldepends="dhcpcd dhcpcd-dbus"
short_desc="GTK+ monitor and configuration GUI for dhcpcd"
homepage="http://roy.marples.name/projects/dhcpcd-ui"
license="BSD"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=95bfa51339f443530786f3d3f4dede595a168f7e1897cc7b93ac37aa8df96451
checksum=1dc2ca46aebd41821d11f02182a694307fb26533effbbb95fd718c49156e3745
long_desc="
Network Configurator is a GTK+ monitor and configuration GUI for dhcpcd.
It uses dhcpcd-dbus to actually talk to dhcpcd and wpa_supplicant.