wok diff libgee-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 8ed62ecac0c7
children
line diff
     1.1 --- a/libgee-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/libgee-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgee-dev"
     1.7 -VERSION="0.9.92"
     1.8 +VERSION="0.20.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="GObject collection library devel files."
    1.11 +SHORT_DESC="GObject collection library - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://live.gnome.org/Libgee"
    1.15 +WEB_SITE="https://live.gnome.org/Libgee"
    1.16  
    1.17  WANTED="libgee"
    1.18  DEPENDS="libgee pkg-config"
    1.19 @@ -15,10 +15,10 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/girepository* $fs/usr/lib
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 -	cp -a $install/usr/share $fs/usr
    1.28 +
    1.29 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/girepository*	$fs/usr/lib
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33 +	cp -a $install/usr/share		$fs/usr
    1.34  }
    1.35 -