wok diff GConf-dev/receipt @ rev 22774

Add serf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 25 17:25:42 2020 +0100 (2020-01-25)
parents 851fc1686394
children 7d04a38549a2
line diff
     1.1 --- a/GConf-dev/receipt	Thu Dec 05 10:45:02 2013 +0000
     1.2 +++ b/GConf-dev/receipt	Sat Jan 25 17:25:42 2020 +0100
     1.3 @@ -1,28 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="GConf-dev"
     1.7 -VERSION="2.32.3"
     1.8 +VERSION="3.2.6"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="GConf devel files."
    1.11 +SHORT_DESC="GConf development files."
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13  LICENSE="LGPL2"
    1.14 -WEB_SITE="http://projects.gnome.org/gconf/"
    1.15 -WANTED="GConf"
    1.16 +WEB_SITE="https://projects.gnome.org/gconf/"
    1.17  
    1.18  DEPENDS="GConf ORBit2-dev pkg-config"
    1.19 +WANTED="GConf"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p  $fs/usr/lib/GConf/2/
    1.25 -	cp -a $install/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2
    1.26 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 +
    1.29 +	cp -a $install/usr/lib/GConf/2/*.*a	$fs/usr/lib/GConf/2
    1.30 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.32  
    1.33  	mkdir -p $fs/usr/share
    1.34 -	cp -a $install/usr/share/aclocal $fs/usr/share
    1.35 -	cp -a $install/usr/share/sgml $fs/usr/share
    1.36 -	cp -a $install/usr/share/gir-1.0 $fs/usr/share
    1.37 -	
    1.38 -	cp -a $install/usr/include $fs/usr
    1.39 +
    1.40 +	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.41 +	cp -a $install/usr/share/sgml		$fs/usr/share
    1.42 +	cp -a $install/usr/share/gir-1.0	$fs/usr/share
    1.43 +	cp -a $install/usr/include		$fs/usr
    1.44  }