wok annotate foremost/receipt @ rev 9375

Up: gnumeric to 1.10.14.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 25 03:26:11 2011 +0000 (2011-03-25)
parents c1ac547a80bf
children ac46c58abb97
rev   line source
pascal@4477 1 # SliTaz package receipt.
pascal@4477 2
pascal@4477 3 PACKAGE="foremost"
slaxemulator@6580 4 VERSION="1.5.7"
pascal@4477 5 CATEGORY="system-tools"
pascal@4477 6 SHORT_DESC="Data carving utility."
pascal@4477 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@4477 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4477 9 WEB_SITE="http://foremost.sourceforge.net"
pascal@4477 10 WGET_URL="$WEB_SITE/pkg/$TARBALL"
pascal@4477 11
pascal@4477 12 # Rules to configure and make the package.
pascal@4477 13 compile_rules()
pascal@4477 14 {
pascal@4477 15 cd $src && make
pascal@4477 16 }
pascal@4477 17
pascal@4477 18 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4477 19 genpkg_rules()
pascal@4477 20 {
pascal@4477 21 mkdir -p $fs/usr/bin $fs/etc
pascal@4477 22 cp -a $src/foremost $fs/usr/bin
pascal@4477 23 cp -a $src/foremost.conf $fs/etc
pascal@4477 24 }
pascal@4477 25