wok diff raptor/receipt @ rev 12415
Add lxsession (nowe we will use it to start LXDE desktop)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 20 18:24:21 2012 +0200 (2012-04-20) |
parents | c3d5ab7d3a74 |
children | 3b81e35aa0a9 |
line diff
1.1 --- a/raptor/receipt Fri Dec 16 15:42:01 2011 +0100 1.2 +++ b/raptor/receipt Fri Apr 20 18:24:21 2012 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 WGET_URL="http://librdf.org/dist/source/$TARBALL" 1.5 1.6 DEPENDS="libxml2 curl zlib openssl libxslt" 1.7 -BUILD_DEPENDS="libxml2-dev curl-dev zlib-dev openssl-dev libxslt-dev" 1.8 +BUILD_DEPENDS="libxml2-dev curl-dev zlib-dev openssl-dev libxslt-dev libidn-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 1.12 @@ -25,7 +25,7 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - cp -a $_pkg/usr/bin $fs/usr 1.18 + mkdir -p $fs/usr/lib $fs/usr/bin 1.19 + cp -a $_pkg/usr/bin/rapper $fs/usr/bin 1.20 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 1.21 }