wok view tacacs+/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents cc45f15b4baf
children b3e8eb320061
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 cd $src
20 ./configure \
21 --prefix=/usr \
22 --infodir=/usr/share/info \
23 --mandir=/usr/share/man \
24 $CONFIGURE_ARGS &&
25 make && make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $install/usr/bin $fs/usr
33 }