wok-next diff calcurse/receipt @ rev 18263
Up: mercurial (3.5)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Wed Aug 05 14:23:31 2015 +0300 (2015-08-05) |
parents | 9b6bb1d6033f |
children | 8f50006d2661 |
line diff
1.1 --- a/calcurse/receipt Sat May 18 09:08:05 2013 +0200 1.2 +++ b/calcurse/receipt Wed Aug 05 14:23:31 2015 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="Text-based calender and scheduling application." 1.6 MAINTAINER="paul@slitaz.org" 1.7 +LICENSE="BSD" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://calcurse.org/" 1.10 WGET_URL="http://calcurse.org/files/$TARBALL" 1.11 @@ -25,6 +26,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 } 1.18