wok-6.x view microperl/receipt @ rev 8000
Fix: Don't install tazwok-experimental on tank
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Jan 18 17:46:55 2011 +0100 (2011-01-18) |
parents | 169d84064c65 |
children | 49e1e0f01970 |
line source
1 # SliTaz package receipt.
3 PACKAGE="microperl"
4 VERSION="5.12.2"
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 }