wok-stable diff foremost/receipt @ rev 4887
Add: xfmedia
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Feb 06 00:49:18 2010 +0100 (2010-02-06) |
parents | |
children | 20fb04e6e666 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/foremost/receipt Sat Feb 06 00:49:18 2010 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="foremost" 1.7 +VERSION="1.5.6" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Data carving utility." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://foremost.sourceforge.net" 1.13 +WGET_URL="$WEB_SITE/pkg/$TARBALL" 1.14 + 1.15 +# Rules to configure and make the package. 1.16 +compile_rules() 1.17 +{ 1.18 + cd $src && make 1.19 +} 1.20 + 1.21 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.22 +genpkg_rules() 1.23 +{ 1.24 + mkdir -p $fs/usr/bin $fs/etc 1.25 + cp -a $src/foremost $fs/usr/bin 1.26 + cp -a $src/foremost.conf $fs/etc 1.27 +} 1.28 +