wok-next view conky/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents b19ddba309f9
children f99935f1778a
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="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://conky.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXft-dev fontconfig-dev \
15 expat-dev glib glib-dev pkg-config zlib-dev freetype-dev xorg-xextproto \
16 xorg-damageproto xorg-fixesproto ncurses-dev xorg-libxcb-dev wireless_tools-dev \
17 imlib2-dev lua-dev xorg-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 xorg-libX11 xorg-libXau \
36 xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libxcb \
37 xorg-libXft xorg-libXrender zlib ncurses wireless_tools imlib2"
38 TAGS="desktop monitoring"
39 }