wok-current annotate microperl/receipt @ rev 25582
Up gcc 6.3.0, fix grub4dos and others packages
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun May 21 15:09:45 2023 +0000 (21 months ago) |
parents | 93cfbe138cae |
children | a23978bfa665 |
rev | line source |
---|---|
pankso@31 | 1 # SliTaz package receipt. |
pankso@31 | 2 |
pankso@31 | 3 PACKAGE="microperl" |
shann@25582 | 4 VERSION="5.24.1" |
pankso@204 | 5 CATEGORY="development" |
pankso@31 | 6 SHORT_DESC="A micro version of Perl." |
pankso@31 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL" |
pascal@23069 | 9 WEB_SITE="https://www.perl.org/" |
pankso@31 | 10 WANTED="perl" |
pankso@31 | 11 |
pankso@31 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@31 | 13 genpkg_rules() |
pankso@31 | 14 { |
pankso@31 | 15 mkdir -p $fs/usr/bin |
pankso@31 | 16 cp -a $src/microperl $fs/usr/bin |
pankso@31 | 17 } |