wok annotate pam_krb5/receipt @ rev 21339

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
parents 51a1ebbda768
children ba9d73bc3add
rev   line source
pascal@2452 1 # SliTaz package receipt.
pascal@2452 2
pascal@2452 3 PACKAGE="pam_krb5"
pascal@13001 4 VERSION="4.6"
pascal@2452 5 CATEGORY="system-tools"
pascal@2452 6 SHORT_DESC="Kerberos v5 PAM module."
pascal@2452 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="GPL"
pascal@2452 9 SOURCE="pam-krb5"
pascal@13001 10 TARBALL="$SOURCE-$VERSION.tar.xz"
pascal@20669 11 WEB_SITE="https://www.eyrie.org/~eagle/software/pam-krb5/"
pascal@2452 12 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL"
pascal@15375 13
slaxemulator@7289 14 BUILD_DEPENDS="pam-dev krb5-dev"
pascal@5005 15 DEPENDS="pam libkrb5 libcomerr libcomerr3"
pascal@2452 16
pascal@2452 17 # Rules to configure and make the package.
pascal@2452 18 compile_rules()
pascal@2452 19 {
pascal@2452 20 cd $src
pascal@2452 21 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@2452 22 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@2452 23 make &&
pascal@13001 24 make DESTDIR=$DESTDIR install
pascal@2452 25 }
pascal@2452 26
pascal@2452 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2452 28 genpkg_rules()
pascal@2452 29 {
pascal@15375 30 cp -a $install/lib $fs
pascal@2452 31 }