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