wok-next view pamtester/receipt @ rev 21207

try to build asterisk again
author Hans-G?nter Theisgen
date Mon Dec 02 09:52:22 2019 +0100 (2019-12-02)
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 }