New package: conky-1.9.0.
This commit is contained in:
parent
23a752d384
commit
15aa7be6fd
1 changed files with 23 additions and 0 deletions
23
srcpkgs/conky/template
Normal file
23
srcpkgs/conky/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'conky'
|
||||
pkgname=conky
|
||||
version=1.9.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ibm --enable-curl --enable-rss --enable-weather-xoap
|
||||
--enable-imlib2 --disable-lua --enable-wlan"
|
||||
hostmakedepends="pkg-config docbook2x"
|
||||
makedepends="alsa-lib-devel libglib-devel libxml2-devel libXft-devel
|
||||
libXdamage-devel imlib2-devel wireless_tools-devel libcurl-devel"
|
||||
short_desc="Lightweight system monitor for X"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD, GPL"
|
||||
homepage="http://conky.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=1de754d77b2671f68795fdb9fc506328a1668dd6ca00984c3f49790a66d368ca
|
||||
|
||||
conky_package() {
|
||||
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue