wok view mondo/receipt @ rev 13807

Up: mpd (0.17.2)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 05:45:32 2013 +0300 (2013-01-06)
parents
children 380ffe05937a
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 WEB_SITE="http://www.mondorescue.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
12 DEPENDS="newt mindi coreutils-disk afio gawk"
13 BUILD_DEPENDS="newt-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share
25 cp -a $install/usr/sbin $fs/usr
26 cp -a $install/usr/share/mondo $fs/usr/share
27 }