wok-6.x view mondo/receipt @ rev 18810
Up python-pygments (2.0.2)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Jan 14 19:20:44 2016 +0000 (2016-01-14) |
parents | 447b25a13f03 |
children | eafc65d6036c |
line source
1 # SliTaz package receipt.
3 PACKAGE="mondo"
4 VERSION="3.0.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="GPL disaster recovery solution."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.mondorescue.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
13 DEPENDS="newt mindi coreutils-disk afio gawk"
14 BUILD_DEPENDS="newt-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $install/usr/sbin $fs/usr
27 cp -a $install/usr/share/mondo $fs/usr/share
28 }