vp-build/srcpkgs/dhcpcd-gtk/template

28 lines
848 B
Bash

# Template file for 'dhcpcd-gtk'
pkgname=dhcpcd-gtk
version=0.7.4
revision=2
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@voidlinux.eu>"
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
}
}