wok-next view showfont/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="showfont"
4 VERSION="1.0.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Show information about X font from font server"
7 MAINTAINER="al.bobylev@gmail.com"
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="203f4e655333723af7b2c47a85dfba8258f22ebc"
15 BUILD_DEPENDS="util-macros libfs-dev"
16 DEPENDS="libfs"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 TAGS="Xorg"
26 PROVIDE="xorg-showfont"