wok-next view xorg-xfsinfo/receipt @ rev 20872

perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 04 02:05:23 2018 +0300 (2018-07-04)
parents ea3c4b76ea5d
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xfsinfo"
4 VERSION="1.0.5"
5 CATEGORY="x-window"
6 SHORT_DESC="X font server information utility"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
11 TARBALL="xfsinfo-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-libFS-dev"
15 PKG_RULE="std"
17 compile_rules() {
18 touch /root/missing
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="xorg-libFS"
28 }