wok-next diff krb5/receipt @ rev 18491
lxpanel,pcmanfm: stuff/autostart: update NotShowIn
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Oct 10 19:39:47 2015 +0200 (2015-10-10) |
parents | 869f6481ce00 |
children | 77be6b57303b |
line diff
1.1 --- a/krb5/receipt Fri Aug 17 15:25:42 2012 +0000 1.2 +++ b/krb5/receipt Sat Oct 10 19:39:47 2015 +0200 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="Network authentication protocol with strong authentication." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="MIT" 1.8 TARBALL="$PACKAGE-$VERSION-signed.tar" 1.9 -BUILD_DEPENDS="perl bison" 1.10 WEB_SITE="http://web.mit.edu/Kerberos/" 1.11 WGET_URL="${WEB_SITE}dist/$PACKAGE/${VERSION:0:4}/$TARBALL" 1.12 -DEPENDS="libkrb5" 1.13 CONFIG_FILES="/etc/krb5" 1.14 CFLAGS="-march=$ARCH -O2 -pipe -fomit-frame-pointer" 1.15 CXXFLAGS="$CFLAGS" 1.16 1.17 +DEPENDS="libkrb5" 1.18 +BUILD_DEPENDS="perl bison" 1.19 + 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 @@ -40,10 +42,10 @@ 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr $fs/etc 1.27 - cp -a $_pkg/usr/share/examples/krb5 $fs/etc 1.28 - cp -a $_pkg/usr/bin $fs/usr 1.29 - cp -a $_pkg/usr/sbin $fs/usr 1.30 - cp -a $_pkg/usr/lib $fs/usr 1.31 + cp -a $install/usr/share/examples/krb5 $fs/etc 1.32 + cp -a $install/usr/bin $fs/usr 1.33 + cp -a $install/usr/sbin $fs/usr 1.34 + cp -a $install/usr/lib $fs/usr 1.35 cat $stuff/*.files-list | while read file; do 1.36 rm -rf ${fs}$file 1.37 done