wok diff libspiro-dev/receipt @ rev 23097

updated libqwt5-qt4 and libqwt5-qt4-dev (5.2.0 -> 5.2.3)
author Hans-G?nter Theisgen
date Thu Mar 12 06:52:43 2020 +0100 (2020-03-12)
parents fc9203de5ff2
children 245803765742
line diff
     1.1 --- a/libspiro-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.2 +++ b/libspiro-dev/receipt	Thu Mar 12 06:52:43 2020 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libspiro-dev"
     1.7 -VERSION="0.3.20150131"
     1.8 +VERSION="0.5.20150702"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for libspiro"
    1.11 +SHORT_DESC="Development files for libspiro."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://github.com/fontforge/libspiro"
    1.15 @@ -15,7 +15,8 @@
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/lib
    1.19 -	cp -a $install/usr/include $fs/usr
    1.20 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.22 +
    1.23 +	cp -a $install/usr/include		$fs/usr
    1.24 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.25 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.26  }