wok annotate tazbug/receipt @ rev 23985
linld: up to 60k for header.com
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 28 09:45:01 2020 +0000 (2020-11-28) |
parents | d57d733bbb57 |
children | 7e911016a644 |
rev | line source |
---|---|
pankso@12253 | 1 # SliTaz package receipt. |
pankso@12253 | 2 |
pankso@12253 | 3 PACKAGE="tazbug" |
pascal@20119 | 4 VERSION="152" |
pankso@12253 | 5 CATEGORY="network" |
al@18545 | 6 SHORT_DESC="SliTaz Bug Tracker - Client side tools" |
pankso@12253 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@12253 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15363 | 9 LICENSE="BSD" |
pankso@12253 | 10 WEB_SITE="http://bugs.slitaz.org/" |
pascal@13783 | 11 WGET_URL="http://hg.slitaz.org/tazbug/archive/$VERSION.tar.gz" |
pankso@12253 | 12 TAGS="slitaz" |
pankso@12253 | 13 |
pankso@12253 | 14 DEPENDS="busybox gettext-base slitaz-base-files" |
pankso@12253 | 15 BUILD_DEPENDS="gettext" |
al@19617 | 16 SIBLINGS="tazbug-website" |
pankso@12253 | 17 |
pankso@12253 | 18 # Rules to configure and make the package. |
pankso@12253 | 19 compile_rules() |
pankso@12253 | 20 { |
pankso@19770 | 21 make && make install |
pankso@12253 | 22 } |
pankso@12253 | 23 |
pankso@12253 | 24 genpkg_rules() |
pankso@12253 | 25 { |
pankso@12253 | 26 cp -a $install/* $fs |
pankso@12253 | 27 chown -R root.root $fs |
pankso@12253 | 28 } |