wok-next view xorg-xfontsel/receipt @ rev 20050

Up scite (4.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 23 13:19:31 2017 +0200 (2017-10-23)
parents eb8067417980
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xfontsel"
4 VERSION="1.0.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Point and click selection of X11 font names"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xfontsel-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 BUILD_DEPENDS="xorg-libXaw-dev"
15 PKG_RULE="std"
17 # Rules to configure and make the package.ls sr
18 compile_rules()
19 {
20 ./configure \
21 --sysconfdir=/etc \
22 --localstatedir=/var \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 DEPENDS="xorg-libX11 xorg-libXaw xorg-libXmu xorg-libXt"
33 CONFIG_FILES="/etc/X11/app-defaults/XFontSel"
34 TAGS="utility xorg fonts"
35 }