wok-next view xorg-xclock/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 c4e53a39395a
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xclock"
4 VERSION="1.0.6"
5 CATEGORY="x-window"
6 SHORT_DESC="X clock"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xclock-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-libXaw-dev xorg-libXmu-dev \
15 xorg-libX11-dev xorg-libXrender-dev xorg-libXft-dev xorg-libxkbfile-dev"
16 PKG_RULE="std"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="xorg-libX11 xorg-libXaw xorg-libXft xorg-libXmu xorg-libXrender \
27 xorg-libXt xorg-libxkbfile"
28 CONFIG_FILES="/etc/X11/app-defaults/XClock \
29 /etc/X11/app-defaults/XClock-color"
30 }