wok-4.x annotate microperl/receipt @ rev 8256
Add freerdp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 29 18:02:00 2011 +0100 (2011-01-29) |
parents | d9be1b1a5d96 |
children |
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" |
slaxemulator@6585 | 8 WEB_SITE="http://www.perl.org/" |
pankso@31 | 9 WANTED="perl" |
pankso@31 | 10 |
pankso@31 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@31 | 12 genpkg_rules() |
pankso@31 | 13 { |
pankso@31 | 14 mkdir -p $fs/usr/bin |
pankso@31 | 15 cp -a $src/microperl $fs/usr/bin |
pankso@31 | 16 } |