wok-current diff gtkspell3-dev/receipt @ rev 24974
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 02 11:23:24 2022 +0000 (2022-05-02) |
parents | c72d83acf68f |
children | ad0bc3efbf37 |
line diff
1.1 --- a/gtkspell3-dev/receipt Mon Jan 27 09:43:00 2020 +0100 1.2 +++ b/gtkspell3-dev/receipt Mon May 02 11:23:24 2022 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gtkspell3-dev" 1.7 -VERSION="3.0.8" 1.8 +VERSION="3.0.10" 1.9 CATEGORY="development" 1.10 SHORT_DESC="On-the-fly spell checking for GtkTextView widgets, development files." 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://gtkspell.sourceforge.net/" 1.14 +WEB_SITE="https://sourceforge.net/projects/gtkspell/" 1.15 1.16 DEPENDS="enchant-dev glib-dev gtk+3-dev gtkspell3 pkg-config" 1.17 WANTED="gtkspell3" 1.18 @@ -16,9 +16,7 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib 1.23 - 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 + cook_copy_folders include 1.28 + cook_copy_folders pkgconfig 1.29 + cook_copy_files *.*a 1.30 }