wok-next view conky/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="conky"
4 VERSION="1.9.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Simple and very light system monitor"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/brndnmtthws/conky"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libxdamage-dev libxft-dev fontconfig-dev \
15 expat-dev glib glib-dev pkg-config zlib-dev freetype-dev \
16 xorgproto ncurses-dev libxcb-dev wireless_tools-dev \
17 imlib2-dev lua-dev libxext-dev"
19 compile_rules() {
20 ./configure \
21 --enable-wlan \
22 --enable-lua \
23 --enable-imlib2 \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install || return 1
29 install -Dm644 $stuff/conky.conf $install/etc/conky/conky.conf
30 install -Dm644 $stuff/conky.desktop $install/etc/xdg/autostart/conky.desktop
31 }
33 genpkg_rules() {
34 copy @std
35 DEPENDS="expat fontconfig freetype glib libx11 libxau \
36 libxdamage libxdmcp libxext libxfixes libxcb \
37 libxft libxrender zlib ncurses wireless_tools imlib2"
38 TAGS="desktop monitoring"
39 }