wok-6.x view tacacs+/receipt @ rev 21526
updated ncurses, ncurses-common, ncurses-dev, ncurses-extra, ncurses-man, ncursesw, ncursesw-dev, and ncursesw-extra (5.9 -> 6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 04 11:23:56 2019 +0100 (2019-05-04) |
parents | de49f29b101e |
children | c057ec7423a0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tacacs+"
4 VERSION="F4.0.4.18"
5 CATEGORY="misc"
6 SHORT_DESC="authentication server for cisco devices"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.shrubbery.net"
11 WGET_URL="ftp://ftp.shrubbery.net/pub/tac_plus/$TARBALL"
13 DEPENDS="libwrap pam"
14 BUILD_DEPENDS="libwrap-dev pam-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --prefix=/usr \
21 --infodir=/usr/share/info \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make && make -j 1 DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/bin $fs/usr
32 }