wok-next view xfontsel/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfontsel"
4 VERSION="1.0.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Point and click selection of X11 font names"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
13 TARBALL_SHA1="3fd8d78cc270030b41298170c3e5222065dd1cfd"
15 BUILD_DEPENDS="util-macros libxaw-dev"
16 DEPENDS="libx11 libxaw libxmu libxt"
18 CONFIG_FILES="/etc/X11/app-defaults/XFontSel"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 TAGS="Xorg"
28 PROVIDE="xorg-xfontsel"