wok-next view microperl/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }