Nagy Karoly Gabriel
16 years ago
3 changed files with 80 additions and 0 deletions
@ -0,0 +1,19 @@
|
||||
|
||||
[TIMESTAMP] 1238416475 Mon Mar 30 15:34:35 2009 |
||||
[BUILDTIME] 0 (5) |
||||
[SIZE] 0.14 MB, 30 files |
||||
|
||||
[DEP] bash |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] ruby |
||||
[DEP] runit |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
@ -0,0 +1,23 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../rake/rake.conf |
||||
# Copyright (C) 2009 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
configscript= |
||||
makeopt= |
||||
makeinstopt= |
||||
|
||||
rake_install(){ |
||||
|
||||
ruby install.rb --tests |
||||
} |
||||
hook_add postmake 5 "rake_install" |
@ -0,0 +1,38 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../rake/rake.desc |
||||
[COPY] Copyright (C) 2009 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A simple ruby build program |
||||
|
||||
[T] This package contains Rake, a ruby build program similar to make. |
||||
[T] Rake has the following features: |
||||
[T] Rakefiles are completely defined in standard Ruby syntax. |
||||
[T] Users can specify tasks with prerequisites. |
||||
[T] Rake supports rule patterns to synthesize implicit tasks. |
||||
[T] Flexible FileLists that act like arrays but know about |
||||
[T] manipulating file names and paths. |
||||
[T] A library of prepackaged tasks to make building rakefiles easier. |
||||
|
||||
[U] http://rubyforge.org/frs/download.php/52697 |
||||
|
||||
[A] Jim Weirich <jim@weirichhouse.org> |
||||
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] MIT |
||||
[S] Stable |
||||
[V] 0.8.4 |
||||
[P] X -----5---9 125.800 |
||||
|
||||
[D] 782603400 rake-0.8.4.tgz http://rubyforge.org/frs/download.php/52697/ |
Loading…
Reference in new issue