wok annotate mondo/receipt @ rev 18661

python-opengl: cleanup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 03 18:45:29 2015 +0100 (2015-12-03)
parents 447b25a13f03
children eafc65d6036c
rev   line source
erjo@13492 1 # SliTaz package receipt.
erjo@13492 2
erjo@13492 3 PACKAGE="mondo"
erjo@13492 4 VERSION="3.0.2"
erjo@13492 5 CATEGORY="system-tools"
erjo@13492 6 SHORT_DESC="GPL disaster recovery solution."
erjo@13492 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@13492 9 WEB_SITE="http://www.mondorescue.org/"
erjo@13492 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@13492 11 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
erjo@13492 12
erjo@13492 13 DEPENDS="newt mindi coreutils-disk afio gawk"
erjo@13492 14 BUILD_DEPENDS="newt-dev"
erjo@13492 15
erjo@13492 16 # Rules to configure and make the package.
erjo@13492 17 compile_rules()
erjo@13492 18 {
erjo@13492 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@13492 20 }
erjo@13492 21
erjo@13492 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13492 23 genpkg_rules()
erjo@13492 24 {
erjo@13492 25 mkdir -p $fs/usr/share
erjo@13492 26 cp -a $install/usr/sbin $fs/usr
erjo@13492 27 cp -a $install/usr/share/mondo $fs/usr/share
erjo@13492 28 }