updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / conky-cli / PKGBUILD
blob13aef7949f15e61c63f9fabbbc6735ea05ac9bc6
1 # Maintainer: Dave Reisner <d@falconindy.com>
2 # Contributor: Karol Cichy <slothck@gmail.com>
4 pkgname=conky-cli
5 pkgver=1.8.1
6 pkgrel=2
7 pkgdesc="Conky command line, without X11 dependencies"
8 arch=('i686' 'x86_64')
9 url="http://conky.sourceforge.net/"
10 license="custom"
11 provides=('conky')
12 conflicts=('conky')
13 depends=('ncurses')
14 source=("http://downloads.sourceforge.net/conky/conky-$pkgver.tar.gz")
15 md5sums=('9b330f7d001cbd9f818e485defc19029')
17 build() {
18   cd "$srcdir/conky-$pkgver"
20   ./configure --prefix=/usr --sysconfdir=/etc --disable-lua --disable-x11 \
21       --disable-double-buffer --disable-xdamage --disable-own-window \
22       --disable-xft --disable-hddtemp --disable-portmon
24   make
27 package() {
28   cd "$srcdir/conky-$pkgver"
30   make DESTDIR="$pkgdir" install
31   install -D -m644 COPYING "$pkgdir"/usr/share/licenses/conky/LICENSE