wok diff foremost/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
parents
children 20fb04e6e666
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/foremost/receipt	Thu Apr 29 14:42:30 2010 -0400
     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 +