whois: remove mkpasswd subpkg
This commit is contained in:
parent
6a1753929c
commit
8909c94d4c
4 changed files with 3 additions and 23 deletions
|
@ -1 +0,0 @@
|
||||||
whois
|
|
|
@ -1,2 +0,0 @@
|
||||||
libcrypt.so.1
|
|
||||||
libc.so.6
|
|
|
@ -1,15 +0,0 @@
|
||||||
# Template file for 'mkpasswd'.
|
|
||||||
#
|
|
||||||
depends="mkpasswd"
|
|
||||||
short_desc="An interface to crypt(3) to generate random passwords"
|
|
||||||
long_desc="
|
|
||||||
mkpasswd generates passwords and can (optionally) apply them automatically to
|
|
||||||
users. mkpasswd is based on the code from Chapter 23 of the OReilly book:
|
|
||||||
Exploring Expect"
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/bin/mkpasswd usr/bin
|
|
||||||
vmove usr/share/man/man1/mkpasswd.1 usr/share/man/man1
|
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
||||||
}
|
|
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'whois'
|
# Template file for 'whois'
|
||||||
pkgname=whois
|
pkgname=whois
|
||||||
version=5.0.19
|
version=5.0.19
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="prefix=/usr BASEDIR=${XBPS_DESTDIR}/${pkgname}-${version} install-whois"
|
make_install_args="prefix=/usr BASEDIR=${XBPS_DESTDIR}/${pkgname}-${version}"
|
||||||
|
make_install_target="install-whois"
|
||||||
makedepends="perl libidn-devel"
|
makedepends="perl libidn-devel"
|
||||||
short_desc="The whois client by Marco d Itri"
|
short_desc="The whois client by Marco d Itri"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
@ -25,6 +26,3 @@ post_install() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# for some reason, the mkpasswd utility is part of this pkg, so I split it out
|
|
||||||
subpackages="mkpasswd"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue