wok-6.x view conky/receipt @ rev 1480
update BUILD_DEPENDS for claws-mail-attremover claws-mail-notification claws-mail-vcalendar edje efreet ewl imlib2 xorg-server xorg-xf86-input-evdev xorg-xf86-input-keyboard xorg-xf86-input-mouse xorg-xf86-video-ati xorg-xf86-video-nv xorg-xf86-video-vesa xorg-xkeyboard-config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 04 17:10:38 2008 +0000 (2008-10-04) |
parents | 3ed960c78a5f |
children | 52dc4b48ed81 |
line source
1 # SliTaz package receipt.
3 PACKAGE="conky"
4 VERSION="1.5.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Simple and very light system monitor."
7 MAINTAINER="pankso@slitaz.org"
8 BUILD_DEPENDS="xorg-libXdamage"
9 BUILD_DEPENDS="xorg-dev xorg-libXdamage-dev xorg-libXft-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://conky.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 --sysconfdir=/etc \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr $fs/etc/conky
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a stuff/conky.conf $fs/etc/conky
33 }