wok-next diff pamtester/receipt @ rev 17979
mtpaint: view external using GPicView, print image using Yad, view documentation online using TazWeb.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 18 17:02:44 2015 +0300 (2015-04-18) |
parents | 2f79d601d5bc |
children | 10df65db91ad |
line diff
1.1 --- a/pamtester/receipt Thu Nov 03 17:16:52 2011 +0100 1.2 +++ b/pamtester/receipt Sat Apr 18 17:02:44 2015 +0300 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Test the pluggable authentication modules (PAM) facility" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 + 1.12 DEPENDS="pam" 1.13 BUILD_DEPENDS="pam pam-dev" 1.14 1.15 @@ -26,5 +28,5 @@ 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr 1.19 - cp -a $_pkg/usr/bin $fs/usr 1.20 + cp -a $install/usr/bin $fs/usr 1.21 }