From c0f3f43a34f88a54949170244e061bbb99e77e23 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 18 Dec 2014 09:48:45 +0100 Subject: [PATCH] New package: dhcpcd-qt-0.7.4. --- srcpkgs/dhcpcd-qt/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/dhcpcd-qt/template 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 +}