wok-6.x annotate microperl/receipt @ rev 9034
Fixed gtkperf. It needs DESTDIR=DESTDIR in order to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 17:27:09 2011 +0000 (2011-03-03) |
parents | d9be1b1a5d96 |
children | 2d12ebd38be4 |
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 } |