wok-6.x diff perl-glib/receipt @ rev 23952
created recipe for mrxvt-unicode
author | Hans-G?nter Theisgen |
---|---|
date | Tue Sep 22 15:33:55 2020 +0100 (2020-09-22) |
parents | 93392ab12e3a |
children | 15650f5d595b |
line diff
1.1 --- a/perl-glib/receipt Wed Feb 27 10:53:14 2019 +0100 1.2 +++ b/perl-glib/receipt Tue Sep 22 15:33:55 2020 +0100 1.3 @@ -1,24 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-glib" 1.7 -SOURCE="Glib" 1.8 -VERSION="1.329" 1.9 +VERSION="1.3292" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Perl wrappers for the GLib utility and Object libraries." 1.12 MAINTAINER="claudinei@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -DEPENDS="perl glib" 1.15 -BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev" 1.16 +WEB_SITE="https://metacpan.org/release/Glib" 1.17 + 1.18 +SOURCE="Glib" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 -WEB_SITE="https://metacpan.org/release/Glib" 1.21 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 1.22 1.23 +DEPENDS="glib perl" 1.24 +BUILD_DEPENDS="glib-dev perl perl-extutils-depends perl-extutils-pkgconfig" 1.25 + 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 perl Makefile.PL && 1.30 make && 1.31 make install DESTDIR=$DESTDIR 1.32 + 1.33 rm -rf $pkgdir/installnone 1.34 } 1.35 1.36 @@ -26,5 +29,5 @@ 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr 1.40 - cp -a $install/usr/lib $fs/usr 1.41 + cp -a $install/usr/lib $fs/usr 1.42 }