wok-stable diff pam_krb5/receipt @ rev 4408
Add: php-mcrypt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Oct 20 19:50:43 2009 +0000 (2009-10-20) |
parents | |
children | f3327707164a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pam_krb5/receipt Tue Oct 20 19:50:43 2009 +0000 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="pam_krb5" 1.7 +VERSION="3.13" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Kerberos v5 PAM module." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +SOURCE="pam-krb5" 1.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.eyrie.org/~eagle/software/pam-krb5/" 1.14 +WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL" 1.15 +BUILD_DEPENDS="pam-dev" 1.16 +DEPENDS="pam libkrb5 libcomerr" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + ./configure --prefix=/usr --infodir=/usr/share/info \ 1.23 + --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.24 + make && 1.25 + make DESTDIR=$PWD/_pkg install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $_pkg/lib $fs 1.32 +}