wok diff libgsf-dev/receipt @ rev 21359

updated linapple (2a -> 2b)
author Hans-G?nter Theisgen
date Sun Apr 21 10:37:57 2019 +0100 (2019-04-21)
parents fc9203de5ff2
children 91a008a5fdf1
line diff
     1.1 --- a/libgsf-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.2 +++ b/libgsf-dev/receipt	Sun Apr 21 10:37:57 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgsf-dev"
     1.7 -VERSION="1.14.40"
     1.8 +VERSION="1.14.45"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="GNOME Structured File Library, development files"
    1.11 +SHORT_DESC="GNOME Structured File Library, development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://developer.gnome.org/gsf/"
    1.15  
    1.16  WANTED="libgsf"
    1.17 -DEPENDS="libgsf pkg-config glib-dev libxml2-dev"
    1.18 +DEPENDS="glib-dev libgsf libxml2-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
    1.24 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 +
    1.28 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.29 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.30 +	cp -a $install/usr/include		$fs/usr
    1.31  }