wok view whois/receipt @ rev 24021

busybox: fix busybox-1.31-stat.u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:53:34 2021 +0000 (2021-03-06)
parents 31b94fb7134b
children 922f061231c2
line source
1 # SliTaz package receipt.
3 PACKAGE="whois"
4 VERSION="5.5.6"
5 CATEGORY="network"
6 SHORT_DESC="The whois client by Marco d'Itri."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.linux.it/~md/software/"
11 TARBALL="${PACKAGE}_${VERSION}.tar.xz"
12 WGET_URL="http://ftp.debian.org/debian/pool/main/w/$PACKAGE/$TARBALL"
14 DEPENDS="libidn"
15 BUILD_DEPENDS="libidn-dev perl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make prefix=/usr &&
21 make prefix=/usr BASEDIR=$DESTDIR install-whois
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }