wok diff libplist/receipt @ rev 12582
libgnome: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 28 21:16:48 2012 +0200 (2012-04-28) |
parents | f931eb6e27dc |
children | 086841d75237 |
line diff
1.1 --- a/libplist/receipt Fri May 20 23:45:01 2011 +0000 1.2 +++ b/libplist/receipt Sat Apr 28 21:16:48 2012 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="A library to handle Apple Property List format whereas it's binary or XMl" 1.5 MAINTAINER="slaxemulator@gmail.com" 1.6 DEPENDS="glib libxml2" 1.7 -BUILD_DEPENDS="libxml2-dev glib-dev cmake python python-dev " 1.8 +BUILD_DEPENDS="libxml2-dev glib-dev cmake swig python python-dev " 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://libimobiledevice.org/" 1.11 WGET_URL="http://www.libimobiledevice.org/downloads/$TARBALL" 1.12 @@ -26,5 +26,6 @@ 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ 1.16 + cp -a $_pkg/usr/lib/python* $fs/usr/lib 1.17 cp -a $_pkg/usr/bin $fs/usr 1.18 }