wok-current diff pam_krb5/receipt @ rev 18475
Up tazpkg-test(845): fix installing to "non directory"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 06 15:50:16 2015 +0300 (2015-10-06) |
parents | 541f89bff175 |
children | a78610b2eb47 |
line diff
1.1 --- a/pam_krb5/receipt Wed Jun 06 15:09:15 2012 +0200 1.2 +++ b/pam_krb5/receipt Tue Oct 06 15:50:16 2015 +0300 1.3 @@ -5,10 +5,12 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Kerberos v5 PAM module." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL" 1.8 SOURCE="pam-krb5" 1.9 TARBALL="$SOURCE-$VERSION.tar.xz" 1.10 WEB_SITE="http://www.eyrie.org/~eagle/software/pam-krb5/" 1.11 WGET_URL="http://archives.eyrie.org/software/kerberos/$TARBALL" 1.12 + 1.13 BUILD_DEPENDS="pam-dev krb5-dev" 1.14 DEPENDS="pam libkrb5 libcomerr libcomerr3" 1.15 1.16 @@ -25,5 +27,5 @@ 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 { 1.20 - cp -a $_pkg/lib $fs 1.21 + cp -a $install/lib $fs 1.22 }