wok-next view xorg-xfd/receipt @ rev 20632

gegl: fix packing
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 10:53:56 2018 +0300 (2018-04-27)
parents ea3c4b76ea5d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xfd"
4 VERSION="1.1.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Display all the characters in an X font"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xfd-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-libXaw-dev fontconfig-dev xorg-libXft-dev \
15 xorg-libXrender-dev xorg-libXmu-dev xorg-xproto gettext"
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="fontconfig freetype xorg-libX11 xorg-libXaw xorg-libXft \
27 xorg-libXmu xorg-libXrender xorg-libXt"
28 }