wok-next annotate 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
rev   line source
al@20604 1 # SliTaz package receipt v2.
pascal@11214 2
pascal@11214 3 PACKAGE="pamtester"
pascal@11214 4 VERSION="0.1.2"
pascal@11214 5 CATEGORY="system-tools"
pascal@11214 6 SHORT_DESC="Test the pluggable authentication modules (PAM) facility"
pascal@11214 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="BSD"
al@20604 9 WEB_SITE="http://pamtester.sourceforge.net/"
al@20604 10
pascal@11214 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11214 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15375 13
al@20604 14 BUILD_DEPENDS="pam-dev"
pascal@11214 15
al@20604 16 compile_rules() {
al@20604 17 ./configure $CONFIGURE_ARGS &&
al@20604 18 fix libtool &&
pascal@11214 19 make &&
al@21020 20 make DESTDIR=$install install
pascal@11214 21 }
pascal@11214 22
al@20604 23 genpkg_rules() {
al@20604 24 copy @std
al@20604 25 DEPENDS="pam"
pascal@11214 26 }