wok-next view xorg-xfsinfo/receipt @ rev 20690
add missing SHA256sums
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon May 21 19:36:47 2018 +0000 (2018-05-21) |
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 }