wok diff strigi-dev/receipt @ rev 22421

I see these >10 packages also got version updates due to xfce 4.12.0
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:13:38 2019 +0000 (2019-12-15)
parents 6135577f4d08
children b7f9d3ba466d
line diff
     1.1 --- a/strigi-dev/receipt	Sat Jan 26 12:26:47 2019 +0100
     1.2 +++ b/strigi-dev/receipt	Sun Dec 15 09:13:38 2019 +0000
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="strigi-dev"
     1.7 -VERSION="0.7.2"
     1.8 +VERSION="0.7.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Strigi devel file."
    1.11 +SHORT_DESC="Strigi - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2"
    1.14 -WANTED="strigi"
    1.15 -WEB_SITE="https://www.vandenoever.info/software/strigi/"
    1.16 +WEB_SITE="https://sourceforge.net/projects/strigi/"
    1.17  
    1.18  DEPENDS="pkg-config"
    1.19 +WANTED="strigi"
    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
    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/pkgconfig	$fs/usr/lib
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30  }