wok-next view xorg-libXfont/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 10df65db91ad
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-libXfont"
4 VERSION="1.5.1"
5 CATEGORY="x-window"
6 SHORT_DESC="X font handling library for server & utilities"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="libXfont-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
14 BUILD_DEPENDS="bzip2-dev freetype-dev zlib-dev xorg-xtrans xorg-fontsproto \
15 xorg-libfontenc-dev"
16 SPLIT="xorg-libXfont-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 *-libXfont)
28 copy @std
29 DEPENDS="freetype xorg-libfontenc zlib"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="xorg-libXfont freetype-dev xorg-fontsproto \
34 xorg-libfontenc-dev xorg-xproto zlib-dev"
35 ;;
36 esac
37 }