wok-undigest annotate 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
rev   line source
pankso@281 1 # SliTaz package receipt.
pankso@281 2
pankso@281 3 PACKAGE="rt-source-patch"
pankso@281 4 VERSION="2.6.33.9-rt31"
pascal@993 5 CATEGORY="development"
pascal@993 6 SHORT_DESC="Realtime Preempation patch"
pankso@281 7 MAINTAINER="slaxemulator@gmail.com"
pankso@281 8 TARBALL="patch-$VERSION.bz2"
pascal@992 9 WEB_SITE="ftp://ftp.kernel.org/pub/linux/kernel/projects/rt"
pascal@941 10 WGET_URL="$WEB_SITE/${VERSION%.*}/$TARBALL"
pascal@993 11
pascal@993 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@993 13 genpkg_rules()
pascal@993 14 {
pascal@993 15 mkdir $fs/tmp
pascal@993 16 cp $SOURCES_REPOSITORY/$TARBALL $fs/tmp
pascal@993 17
pascal@993 18 }