wok-next view microperl/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents d6378d455338
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="microperl"
4 VERSION="5.24.0"
5 CATEGORY="development"
6 SHORT_DESC="A micro version of Perl"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://www.perl.org/"
11 TARBALL="perl-$VERSION.tar.bz2"
12 WGET_URL="http://www.cpan.org/src/5.0/$TARBALL"
14 SIBLINGS="perl"
16 compile_rules() {
17 sed -i "s|usr/local|usr|; s|perl5/5.24|perl5/5.24.0|; s|unknown|$HOST_SYSTEM|" \
18 uconfig.sh
20 make -f Makefile.micro regen_uconfig &&
21 make -f Makefile.micro &&
22 install -Dm755 $src/microperl $install/usr/bin/microperl
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="glibc-base"
28 }