wok-next view zonecheck/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 0c430fcaf2d9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="zonecheck"
4 VERSION="3.0.5"
5 CATEGORY="network"
6 SHORT_DESC="Check that a zone or domain name is correctly configured in the DNS"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/zonemaster"
10 HOST_ARCH="any"
12 TARBALL="zonecheck_3.0.5.orig.tar.gz"
13 WGET_URL="http://deb.debian.org/debian/pool/main/z/zonecheck/$TARBALL"
15 BUILD_DEPENDS="ruby-dev"
16 DEPENDS_std="ruby"
17 CONFIG_FILES_std="/etc/zonecheck/"
19 compile_rules() {
20 fix utf-8; export LC_ALL=en_US.UTF-8
21 ruby \
22 ./installer.rb all \
23 -DPREFIX=/usr \
24 -DETCDIR=/etc \
25 -DMANDIR=/usr/share/man \
26 -DCHROOT=$install \
27 || return 1
28 fix symlinks
29 }