wok diff dbus-dev/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 2429812d90ab
children 96ef6ba30769
line diff
     1.1 --- a/dbus-dev/receipt	Tue Aug 05 13:54:31 2014 +0200
     1.2 +++ b/dbus-dev/receipt	Fri Feb 21 18:28:59 2020 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dbus-dev"
     1.7 -VERSION="1.6.22"
     1.8 +VERSION="1.12.16"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="D-Bus is a message bus system devel files."
    1.11 -WANTED="dbus"
    1.12 +SHORT_DESC="A message bus system - development files."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus"
    1.16 -HOST_ARCH="i486 arm"
    1.17 +WEB_SITE="https://www.freedesktop.org/wiki/Software/dbus/"
    1.18  
    1.19  DEPENDS="dbus pkg-config"
    1.20 +WANTED="dbus"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/dbus-1.0 $fs/usr/lib
    1.31 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.32 +
    1.33 +	cp -a $install/usr/include		$fs/usr
    1.34 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.35 +	cp -a $install/usr/lib/dbus-1.0		$fs/usr/lib
    1.36 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.37  }