wok-6.x rev 12492
Up: dbus (1.4.20) add dbus-helper package
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 24 14:57:02 2012 +0200 (2012-04-24) |
parents | 07f50319a2d6 |
children | 72aab2ef0bc0 |
files | dbus-dev/receipt dbus-helper/receipt dbus/receipt |
line diff
1.1 --- a/dbus-dev/receipt Tue Apr 24 14:10:18 2012 +0200 1.2 +++ b/dbus-dev/receipt Tue Apr 24 14:57:02 2012 +0200 1.3 @@ -1,10 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dbus-dev" 1.7 -VERSION="1.4.16" 1.8 +VERSION="1.4.20" 1.9 CATEGORY="development" 1.10 SHORT_DESC="D-Bus is a message bus system devel files." 1.11 -DEPENDS="dbus" 1.12 WANTED="dbus" 1.13 MAINTAINER="pankso@slitaz.org" 1.14 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus"
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/dbus-helper/receipt Tue Apr 24 14:57:02 2012 +0200 2.3 @@ -0,0 +1,18 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="dbus-helper" 2.7 +VERSION="1.4.20" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="D-Bus is a message bus system devel files." 2.10 +WANTED="dbus" 2.11 +MAINTAINER="pankso@slitaz.org" 2.12 +WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" 2.13 + 2.14 +DEPENDS="dbus" 2.15 + 2.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.17 +genpkg_rules() 2.18 +{ 2.19 + mkdir -p $fs/usr/lib 2.20 + cp -a $install/usr/lib/dbus $fs/usr/lib 2.21 +}
3.1 --- a/dbus/receipt Tue Apr 24 14:10:18 2012 +0200 3.2 +++ b/dbus/receipt Tue Apr 24 14:57:02 2012 +0200 3.3 @@ -1,17 +1,18 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="dbus" 3.7 -VERSION="1.4.16" 3.8 +VERSION="1.4.20" 3.9 CATEGORY="x-window" 3.10 SHORT_DESC="D-Bus is a message bus system." 3.11 -DEPENDS="expat xorg-libX11 slitaz-base-files xorg-libICE xorg-libSM \ 3.12 -xorg-libXau xorg-libXdmcp util-linux-uuid" 3.13 -BUILD_DEPENDS="xorg-libX11-dev expat-dev util-linux-uuid-dev" 3.14 MAINTAINER="pankso@slitaz.org" 3.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.16 WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" 3.17 WGET_URL="http://dbus.freedesktop.org/releases/dbus/$TARBALL" 3.18 3.19 +DEPENDS="expat xorg-libX11 slitaz-base-files xorg-libICE xorg-libSM \ 3.20 +xorg-libXau xorg-libXdmcp util-linux-uuid" 3.21 +BUILD_DEPENDS="xorg-libX11-dev expat-dev util-linux-uuid-dev" 3.22 + 3.23 # Rules to configure and make the package. 3.24 compile_rules() 3.25 { 3.26 @@ -34,7 +35,7 @@ 3.27 cp -a $install/usr/bin $fs/usr 3.28 cp -a $install/usr/lib/*.so* $fs/usr/lib 3.29 cp -a $install/usr/lib/dbus $fs/usr/lib 3.30 - # Remove helper (600 Kb). 3.31 + # Remove helper --> dbus-helper 3.32 rm $fs/usr/lib/dbus/dbus-daemon-launch-helper 3.33 cp -a $install/usr/share/dbus* $fs/usr/share 3.34 # Init script 3.35 @@ -44,8 +45,6 @@ 3.36 3.37 pre_install() 3.38 { 3.39 - local root 3.40 - root=$1 3.41 # Go for echoing on configuration files if any messagebus user 3.42 # was found. 3.43 if ! grep -q 'messagebus' $root/etc/passwd; then