void-packages/srcpkgs/dhcpcd-qt/template
2014-12-18 09:48:45 +01:00

21 lines
685 B
Text

# Template file for 'dhcpcd-qt'
pkgname=dhcpcd-qt
version=0.7.4
revision=1
wrksrc="dhcpcd-ui-${version}"
build_style=gnu-configure
configure_args="--with-qt --without-dhcpcd-online --without-icons --with-notification"
hostmakedepends="pkg-config"
makedepends="qt-devel"
depends="dhcpcd dhcpcd-icons desktop-file-utils"
short_desc="Qt system tray monitor 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
do_install() {
make INSTALL_ROOT=${DESTDIR} install
}