wok-next annotate microperl/receipt @ rev 14894
libbsd: fill license
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 26 11:16:42 2013 +0000 (2013-07-26) |
parents | 49e1e0f01970 |
children | 96871f3890f0 |
rev | line source |
---|---|
pankso@31 | 1 # SliTaz package receipt. |
pankso@31 | 2 |
pankso@31 | 3 PACKAGE="microperl" |
slaxemulator@8148 | 4 VERSION="5.12.3" |
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" |
slaxemulator@6585 | 9 WEB_SITE="http://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 } |