wok-current diff libcomerr3/receipt @ rev 18825
Add pyvim
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Jan 17 09:32:09 2016 +0000 (2016-01-17) |
parents | b22851d31b7e |
children | afe32d499d75 |
line diff
1.1 --- a/libcomerr3/receipt Wed Jun 06 05:40:27 2012 +0000 1.2 +++ b/libcomerr3/receipt Sun Jan 17 09:32:09 2016 +0000 1.3 @@ -1,20 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libcomerr3" 1.7 -VERSION="1.10.2" 1.8 +VERSION="1.10.3" 1.9 CATEGORY="security" 1.10 SHORT_DESC="The libcomerr v3 library files." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="libkrb5support" 1.13 +LICENSE="MIT" 1.14 WEB_SITE="http://web.mit.edu/Kerberos/" 1.15 WANTED="krb5" 1.16 1.17 +DEPENDS="libkrb5support" 1.18 + 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 while read file; do 1.23 dir=$(dirname "$file") 1.24 [ -d $fs$dir ] || mkdir -p $fs$dir 1.25 - cp -a $_pkg$file $fs$dir 1.26 + cp -a $install$file $fs$dir 1.27 done < $wanted_stuff/$PACKAGE.files-list 1.28 }