wok-next view xorg-xfs/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 7b1d5dc42d52
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xfs"
4 VERSION="1.1.4"
5 CATEGORY="x-window"
6 SHORT_DESC="X Font Server"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xfs-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-xproto \
15 xorg-libXfont-dev xorg-xtrans"
16 PKG_RULE="std"
18 compile_rules() {
19 touch /root/missing /missing
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="xorg-libXfont"
29 CONFIG_FILES="/etc/X11/fs/config"
30 }