wok-6.x diff gegl-dev/receipt @ rev 21428
updated mediawiki (1.19.0 -> 1.32.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 26 17:30:33 2019 +0100 (2019-04-26) |
parents | c1cdacb7defd |
children | 05c8d8d9d934 |
line diff
1.1 --- a/gegl-dev/receipt Sun May 04 04:28:55 2014 +0200 1.2 +++ b/gegl-dev/receipt Fri Apr 26 17:30:33 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gegl-dev" 1.7 -VERSION="0.2.0" 1.8 +VERSION="0.3.12" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Generic Graphics Library dev files" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -15,9 +15,9 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib/gegl-0.2 1.17 + mkdir -p $fs/usr/lib/gegl-0.3 1.18 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.20 - cp -a $install/usr/lib/gegl-0.2/*.*a $fs/usr/lib/gegl-0.2 1.21 + cp -a $install/usr/lib/gegl-0.3/*.*a $fs/usr/lib/gegl-0.3 1.22 cp -a $install/usr/include $fs/usr 1.23 }