wok diff libxfconf-dev/receipt @ rev 21639

procps-3.2.8 recompiled (ncurses-6.1)
author Hans-G?nter Theisgen
date Wed May 29 16:50:51 2019 +0100 (2019-05-29)
parents a78610b2eb47
children 385cb03e0228
line diff
     1.1 --- a/libxfconf-dev/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/libxfconf-dev/receipt	Wed May 29 16:50:51 2019 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxfconf-dev"
     1.7 -VERSION="4.10.0"
     1.8 +VERSION="4.13.6"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for libxfconf"
    1.11 +SHORT_DESC="Development files for libxfconf."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://www.xfce.org/"
    1.15  
    1.16 +DEPENDS="dbus-glib-dev libxfce4util-dev libxfconf pkg-config"
    1.17  WANTED="libxfconf"
    1.18 -DEPENDS="libxfconf dbus-glib-dev libxfce4util-dev pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.27 +	mkdir -p $fs/usr/lib
    1.28 +	mkdir -p $fs/usr/share
    1.29 +
    1.30 +	cp -a $install/usr/include		$fs/usr
    1.31 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.32 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.33  }