diff --git a/srcpkgs/dhcpcd-qt/template b/srcpkgs/dhcpcd-qt/template new file mode 100644 index 00000000000..8d666d912d6 --- /dev/null +++ b/srcpkgs/dhcpcd-qt/template @@ -0,0 +1,20 @@ +# 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 " +distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.bz2" +checksum=19f02d4428773d37fc6dcd28ddc685c83fa0b15ed693c26276f2e1d8d4fda883 + +do_install() { + make INSTALL_ROOT=${DESTDIR} install +}