wok view microperl/receipt @ rev 8629
Fix: mingw32-gcc now compile well using tazwoi-experimental; it's two additionnal sources are now declared.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Feb 15 03:16:10 2011 +0100 (2011-02-15) |
parents | d9be1b1a5d96 |
children | 2d12ebd38be4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="microperl"
4 VERSION="5.12.3"
5 CATEGORY="development"
6 SHORT_DESC="A micro version of Perl."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.perl.org/"
9 WANTED="perl"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp -a $src/microperl $fs/usr/bin
16 }