Minto van der Sluis
18 years ago
3 changed files with 83 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1188805204 Mon Sep 3 09:40:04 2007 |
||||||
|
[BUILDTIME] 10 (5) |
||||||
|
[SIZE] 45.45 MB, 2484 files |
||||||
|
|
||||||
|
[DEP] 00-dirtree |
||||||
|
[DEP] bash |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
@ -0,0 +1,31 @@ |
|||||||
|
# Prevent executing normal make and install build steps. |
||||||
|
# This package has custom make and install. |
||||||
|
makeopt='' |
||||||
|
makeinstopt='' |
||||||
|
|
||||||
|
prefix=opt/grails |
||||||
|
set_confopt |
||||||
|
|
||||||
|
# Custom installation. |
||||||
|
grails_postmake() { |
||||||
|
# Removed unused garbage ;-) |
||||||
|
( cd $builddir/grails-${ver}; |
||||||
|
for file in src build.* bin/*.bat bin/cygrails; do |
||||||
|
rm -rf $file; |
||||||
|
done; |
||||||
|
) |
||||||
|
|
||||||
|
# Copy the extracted archive to the current prefix location. |
||||||
|
# But make sure to preserve any possible links. |
||||||
|
( cd $builddir/grails-${ver}; tar -c * | tar -x -C $root/$prefix ) |
||||||
|
|
||||||
|
# Prepare necessary environment variables. |
||||||
|
cat <<-EOT > $root/etc/profile.d/grails |
||||||
|
GRAILS_HOME=/$prefix |
||||||
|
PATH=$bindir:/$prefix/bin:\$PATH |
||||||
|
|
||||||
|
export GRAILS_HOME PATH |
||||||
|
EOT |
||||||
|
} |
||||||
|
|
||||||
|
hook_add postmake 5 grails_postmake |
@ -0,0 +1,34 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../grails/grails.desc |
||||||
|
[COPY] Copyright (C) 2007 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 Web application framework for high productivity |
||||||
|
|
||||||
|
[T] Grails is a high-productivity Web framework for the Java platform designed |
||||||
|
[T] according to the MVC paradigm. |
||||||
|
|
||||||
|
[U] http://grails.codehaus.org/ |
||||||
|
|
||||||
|
[A] Grails development team |
||||||
|
[M] The OpenSDE Community <list@opensde.org> |
||||||
|
|
||||||
|
[C] extra/development |
||||||
|
|
||||||
|
[F] BINARY |
||||||
|
|
||||||
|
[L] APL |
||||||
|
[S] Stable |
||||||
|
[V] 0.5.6 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 2457343959 grails-bin-0.5.6.tar.gz http://dist.codehaus.org/grails/ |
Loading…
Reference in new issue