wok annotate rsbep/receipt @ rev 12533

Up: xorg-xf86-input-evdev (it provide mouse and keyboard support so xorg-xf86-input-[mouse|keyboard] can be removed)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 01:50:03 2012 +0200 (2012-04-26)
parents
children 23c3aed67cd9
rev   line source
pascal@11227 1 # SliTaz package receipt.
pascal@11227 2
pascal@11227 3 PACKAGE="rsbep"
pascal@11227 4 VERSION="0.1.0-ttsiodras"
pascal@11227 5 CATEGORY="misc"
pascal@11227 6 SHORT_DESC="Shielding your files with Reed-Solomon codes."
pascal@11227 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@11227 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11227 9 WEB_SITE="http://users.softlab.ntua.gr/~ttsiod/rsbep.html"
pascal@11227 10 WGET_URL="http://users.softlab.ntua.gr/~ttsiod/$TARBALL"
pascal@11227 11
pascal@11227 12 SUGGESTED="python"
pascal@11227 13
pascal@11227 14 # Rules to configure and make the package.
pascal@11227 15 compile_rules()
pascal@11227 16 {
pascal@11227 17 cd $src
pascal@11227 18 ./configure --prefix=/usr --mandir=/usr/share/man \
pascal@11227 19 --localstatedir=/var \
pascal@11227 20 $CONFIGURE_ARGS &&
pascal@11227 21 make &&
pascal@11227 22 make DESTDIR=$DESTDIR install
pascal@11227 23 }
pascal@11227 24
pascal@11227 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11227 26 genpkg_rules()
pascal@11227 27 {
pascal@11227 28 mkdir -p $fs/usr
pascal@11227 29 cp -a $_pkg/usr/bin $fs/usr
pascal@11227 30 }