wok diff libical-dev/receipt @ rev 6619

Made blender source based now. This means we are compiling it instead of using a binary blob.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 10 00:15:23 2010 +0000 (2010-10-10)
parents bef314ba01da
children 129bb5b11a7e
line diff
     1.1 --- a/libical-dev/receipt	Sun Jan 17 22:16:05 2010 +0100
     1.2 +++ b/libical-dev/receipt	Sun Oct 10 00:15:23 2010 +0000
     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  }