wok-current view tazbug/receipt @ rev 22927

updated hdf5 and hdf5-dev (1.10.4 -> 1.10.6)
author Hans-G?nter Theisgen
date Wed Feb 26 15:03:15 2020 +0100 (2020-02-26)
parents d57d733bbb57
children 7e911016a644
line source
1 # SliTaz package receipt.
3 PACKAGE="tazbug"
4 VERSION="152"
5 CATEGORY="network"
6 SHORT_DESC="SliTaz Bug Tracker - Client side tools"
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 LICENSE="BSD"
10 WEB_SITE="http://bugs.slitaz.org/"
11 WGET_URL="http://hg.slitaz.org/tazbug/archive/$VERSION.tar.gz"
12 TAGS="slitaz"
14 DEPENDS="busybox gettext-base slitaz-base-files"
15 BUILD_DEPENDS="gettext"
16 SIBLINGS="tazbug-website"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make && make install
22 }
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 chown -R root.root $fs
28 }