wok-undigest view rt-source-patch/receipt @ rev 1212

Add windowmaker (thanks aledie)
author Paul Issott <paul@slitaz.org>
date Sat Mar 10 13:42:46 2018 +0000 (2018-03-10)
parents 20c10a0398b5
children
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 LICENSE="GPL2"
9 TARBALL="patch-$VERSION.bz2"
10 WEB_SITE="ftp://ftp.kernel.org/pub/linux/kernel/projects/rt"
11 WGET_URL="$WEB_SITE/${VERSION%.*}/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir $fs/tmp
17 cp $SOURCES_REPOSITORY/$TARBALL $fs/tmp
19 }