wok diff python-caldav/receipt @ rev 16522

Add raspberrypi-vc, raspberrypi-boot, raspberrypi-boot-x (full PiCam support and track bootloader file for easy update)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 02:04:47 2014 +0200 (2014-04-26)
parents 9d082d25caea
children 16df76e1fc6a
line diff
     1.1 --- a/python-caldav/receipt	Tue Feb 21 09:18:42 2012 +0100
     1.2 +++ b/python-caldav/receipt	Sat Apr 26 02:04:47 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="CalDAV (RFC4791) client library for Python"
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  SOURCE="caldav"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://pypi.python.org/pypi/caldav"
    1.11 @@ -24,5 +25,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14      mkdir -p $fs/usr
    1.15 -    cp -a $_pkg/usr $fs
    1.16 +    cp -a $install/usr $fs
    1.17  }