wok-undigest diff rt-source-patch/receipt @ rev 993

rt-source*: store patch in /tmp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 11:15:35 2013 +0200 (2013-04-21)
parents 0d8ed6a20e2e
children 135ad0e1fc7d
line diff
     1.1 --- a/rt-source-patch/receipt	Sun Apr 21 00:17:29 2013 +0200
     1.2 +++ b/rt-source-patch/receipt	Sun Apr 21 11:15:35 2013 +0200
     1.3 @@ -2,10 +2,17 @@
     1.4  
     1.5  PACKAGE="rt-source-patch"
     1.6  VERSION="2.6.33.9-rt31"
     1.7 -CATEGORY="meta"
     1.8 -SHORT_DESC="Realtime Preempation patch (empty package)"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Realtime Preempation patch"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  TARBALL="patch-$VERSION.bz2"
    1.13  WEB_SITE="ftp://ftp.kernel.org/pub/linux/kernel/projects/rt"
    1.14  WGET_URL="$WEB_SITE/${VERSION%.*}/$TARBALL"
    1.15 -COOK_OPT="!unpack !repack_src !fs"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir $fs/tmp
    1.21 +	cp $SOURCES_REPOSITORY/$TARBALL $fs/tmp
    1.22 +
    1.23 +}