wok-undigest annotate rt-source-patch/receipt @ rev 1091

Add most MATE desktop pkgs (was in a local wok for too long time...)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 02 18:04:57 2014 +0100 (2014-01-02)
parents 20c10a0398b5
children
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"
pascal@1069 8 LICENSE="GPL2"
pankso@281 9 TARBALL="patch-$VERSION.bz2"
pascal@992 10 WEB_SITE="ftp://ftp.kernel.org/pub/linux/kernel/projects/rt"
pascal@941 11 WGET_URL="$WEB_SITE/${VERSION%.*}/$TARBALL"
pascal@993 12
pascal@993 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@993 14 genpkg_rules()
pascal@993 15 {
pascal@993 16 mkdir $fs/tmp
pascal@993 17 cp $SOURCES_REPOSITORY/$TARBALL $fs/tmp
pascal@993 18
pascal@993 19 }