wok-next view whois/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 2a21689b0af7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="whois"
4 VERSION="5.0.11"
5 CATEGORY="network"
6 SHORT_DESC="The whois client by Marco d'Itri"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.linux.it/~md/software/"
11 TARBALL="${PACKAGE}_$VERSION.tar.gz"
12 WGET_URL="http://ftp.debian.org/debian/pool/main/w/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libidn-dev perl"
16 compile_rules() {
17 make prefix=/usr HAVE_LIBIDN=1
18 make prefix=/usr BASEDIR=$install install-whois
19 }
21 genpkg_rules() {
22 mkdir -p $fs/usr
23 cp -a $install/usr/bin $fs/usr
24 DEPENDS="libidn"
25 }