# HG changeset patch # User Christophe Lincoln # Date 1306750827 -7200 # Node ID 8d5771fa17eecb3df114e857eb464a4110b3d03d # Parent 50879362c14d2aa1538b65b2910a8a4916660d1d rt-source*: move to undigest diff -r 50879362c14d -r 8d5771fa17ee rt-source-patch/receipt --- a/rt-source-patch/receipt Mon May 30 11:03:56 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="rt-source-patch" -VERSION="2.6.33.9-rt31" -CATEGORY="meta" -SHORT_DESC="Realtime Preempation patch (empty package)" -MAINTAINER="slaxemulator@gmail.com" -TARBALL="patch-$VERSION.bz2" -WEB_SITE="http://www.kernel.org/pub/linux/kernel/projects/rt" -WGET_URL="$WEB_SITE/$TARBALL" -COOK_OPT="!unpack !repack_src !fs" diff -r 50879362c14d -r 8d5771fa17ee rt-source/receipt --- a/rt-source/receipt Mon May 30 11:03:56 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="rt-source" -VERSION="2.6.33.7" -RT_VERSION=".2-rt30" -CATEGORY="development" -SHORT_DESC="Realtime Preemption patched low latency Linux kernel sources." -MAINTAINER="devl547@gmail.com" -WEB_SITE="http://www.kernel.org/pub/linux/kernel/projects/rt/" -BUILD_DEPENDS="bzip2 rt-source-patch" -SOURCE="linux" -TARBALL="$SOURCE-$VERSION.tar.bz2" -RT_TARBALL="patch-$VERSION$RT_VERSION.bz2" -WGET_URL="http://www.kernel.org/pub/linux/kernel/v2.6/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - mkdir -p _pkg/$PACKAGE-$VERSION$RT_VERSION - mv * _pkg/$PACKAGE-$VERSION$RT_VERSION 2> /dev/null - # can't extract since its bzip2 only and not tar.bz2 - if [ ! -f $SOURCE_REPOSITORY/$RT_TARBALL ]; then - tazwok get-src rt-source-patch - fi - - if [ -f $SOURCE_REPOSITORY/$RT_TARBALL ]; then - cp $SOURCE_REPOSITORY/$RT_TARBALL . - bunzip2 -d $RT_TARBALL - fi - cd _pkg/$PACKAGE-$VERSION$RT_VERSION - patch -p1 < ../../patch-$VERSION$RT_VERSION -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/src/ - mv $_pkg/$PACKAGE-$VERSION$RT_VERSION $fs/usr/src/ -} \ No newline at end of file