wok-next view pamtester/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents 10df65db91ad
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pamtester"
4 VERSION="0.1.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Test the pluggable authentication modules (PAM) facility"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://pamtester.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="pam-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="pam"
26 }