wok diff calcurse/receipt @ rev 17309

Up buildroot (2014.08)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 02 11:46:58 2014 +0100 (2014-11-02)
parents 9b6bb1d6033f
children 338d4e50e57e
line diff
     1.1 --- a/calcurse/receipt	Sat May 18 09:08:05 2013 +0200
     1.2 +++ b/calcurse/receipt	Sun Nov 02 11:46:58 2014 +0100
     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