27 lines
845 B
Text
27 lines
845 B
Text
# Template file for 'dhcpcd-gtk'
|
|
pkgname=dhcpcd-gtk
|
|
version=0.7.4
|
|
revision=1
|
|
wrksrc=dhcpcd-ui-${version}
|
|
build_style=gnu-configure
|
|
configure_args="--with-gtk --with-icons --with-notification"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+-devel libnotify-devel dbus-devel"
|
|
depends="dhcpcd dhcpcd-icons desktop-file-utils"
|
|
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>"
|
|
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.bz2"
|
|
checksum=19f02d4428773d37fc6dcd28ddc685c83fa0b15ed693c26276f2e1d8d4fda883
|
|
|
|
dhcpcd-icons_package() {
|
|
noarch=yes
|
|
short_desc+=" - icon set"
|
|
depends="hicolor-icon-theme"
|
|
replaces="dhcpcd-gtk<0.7.4"
|
|
pkg_install() {
|
|
vmove usr/share/icons
|
|
vmove usr/share/dhcpcd/icons
|
|
}
|
|
}
|