wok-6.x rev 24215
updated perl-glib (1.3292 -> 1.3293)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 16:25:16 2021 +0100 (2021-12-31) |
parents | 31ef0482f5f9 |
children | bf59fe730c78 |
files | perl-glib/description.txt perl-glib/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-glib/description.txt Fri Dec 31 16:25:16 2021 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +This wrapper attempts to provide a perlish interface while 1.5 +remaining as true as possible to the underlying C API, 1.6 +so that any reference materials you can find on using GLib 1.7 +may still apply to using the libraries from perl. 1.8 +This module also provides facilities for creating wrappers 1.9 +for other GObject-based libraries.
2.1 --- a/perl-glib/receipt Fri Dec 31 16:22:09 2021 +0100 2.2 +++ b/perl-glib/receipt Fri Dec 31 16:25:16 2021 +0100 2.3 @@ -1,16 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-glib" 2.7 -VERSION="1.3292" 2.8 +VERSION="1.3293" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Perl wrappers for the GLib utility and Object libraries." 2.11 MAINTAINER="claudinei@slitaz.org" 2.12 LICENSE="LGPL2.1" 2.13 -WEB_SITE="https://metacpan.org/release/Glib" 2.14 +WEB_SITE="https://metacpan.org/pod/Glib" 2.15 +REPOLOGY="perl:glib" 2.16 2.17 SOURCE="Glib" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 -WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 2.20 +WGET_URL="https://www.cpan.org/modules/by-module/Glib/$TARBALL" 2.21 2.22 DEPENDS="glib perl" 2.23 BUILD_DEPENDS="glib-dev perl perl-extutils-depends perl-extutils-pkgconfig" 2.24 @@ -28,12 +29,11 @@ 2.25 make && 2.26 make install DESTDIR=$DESTDIR 2.27 2.28 - rm -rf $pkgdir/installnone 2.29 + rm -rf $pkgdir/installnone 2.30 } 2.31 2.32 # Rules to gen a SliTaz package suitable for Tazpkg. 2.33 genpkg_rules() 2.34 { 2.35 - mkdir -p $fs/usr 2.36 - cp -a $install/usr/lib $fs/usr 2.37 + cook_copy_folders lib 2.38 }