wok-next annotate 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
rev   line source
al@19805 1 # SliTaz package receipt v2.
jozee@3024 2
jozee@3024 3 PACKAGE="xorg-xfontsel"
al@19805 4 VERSION="1.0.5"
jozee@3024 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Point and click selection of X11 font names"
jozee@3024 7 MAINTAINER="jozee@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
jozee@3024 10
al@19805 11 TARBALL="xfontsel-$VERSION.tar.bz2"
al@19805 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19805 13
pascal@15103 14 BUILD_DEPENDS="xorg-libXaw-dev"
al@19805 15 PKG_RULE="std"
pascal@15103 16
jozee@3024 17 # Rules to configure and make the package.ls sr
jozee@3024 18 compile_rules()
jozee@3024 19 {
jozee@3024 20 ./configure \
al@19805 21 --sysconfdir=/etc \
al@19805 22 --localstatedir=/var \
jozee@3024 23 $CONFIGURE_ARGS &&
jozee@3024 24 make &&
al@19805 25 make install
jozee@3024 26 }
jozee@3024 27
jozee@3024 28 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@3024 29 genpkg_rules()
jozee@3024 30 {
al@19805 31 copy @std
al@19805 32 DEPENDS="xorg-libX11 xorg-libXaw xorg-libXmu xorg-libXt"
al@19805 33 CONFIG_FILES="/etc/X11/app-defaults/XFontSel"
al@19805 34 TAGS="utility xorg fonts"
jozee@3024 35 }