New package: dhcpcd-qt-0.7.4.
This commit is contained in:
parent
14adb75f80
commit
c0f3f43a34
1 changed files with 20 additions and 0 deletions
20
srcpkgs/dhcpcd-qt/template
Normal file
20
srcpkgs/dhcpcd-qt/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.bz2"
|
||||
checksum=19f02d4428773d37fc6dcd28ddc685c83fa0b15ed693c26276f2e1d8d4fda883
|
||||
|
||||
do_install() {
|
||||
make INSTALL_ROOT=${DESTDIR} install
|
||||
}
|
Loading…
Reference in a new issue