wok rev 4982

libical-dev: fix include path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 25 09:54:36 2010 +0100 (2010-02-25)
parents 596332a90ae8
children 31ad867051f9
files libical-dev/receipt osmo/receipt
line diff
     1.1 --- a/libical-dev/receipt	Wed Feb 24 17:21:48 2010 +0000
     1.2 +++ b/libical-dev/receipt	Thu Feb 25 09:54:36 2010 +0100
     1.3 @@ -17,4 +17,5 @@
     1.4  	cp -a $_pkg/usr/include $fs/usr
     1.5  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
     1.6  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
     1.7 +	sed -i 's|/include$|/include/libical|' $fs/usr/lib/pkgconfig/libical.pc
     1.8  }
     2.1 --- a/osmo/receipt	Wed Feb 24 17:21:48 2010 +0000
     2.2 +++ b/osmo/receipt	Thu Feb 25 09:54:36 2010 +0100
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="A handy personal organizer using GTK+."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="gtk+ libxml2 xorg-libXdamage"
     2.7 -BUILD_DEPENDS="gtk+ gtk+-dev libxml2-dev"
     2.8 +BUILD_DEPENDS="gtk+ gtk+-dev libxml2-dev libical-dev"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10  WEB_SITE="http://clayo.org/osmo/"
    2.11  WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL"