Browse Source

squeakvm: Updated (3.9-8 -> 4.4.7.2357)

stable/0.2
Christian Wiese 14 years ago
parent
commit
97aa2a8604
  1. 13
      develop/squeakvm/squeakvm.conf
  2. 6
      develop/squeakvm/squeakvm.desc

13
develop/squeakvm/squeakvm.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../squeakvm/squeakvm.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2011 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -11,5 +11,12 @@
# 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 ---
hook_add preconf 5 "cd platforms/unix"
configscript="./config/configure"
# it is recommended to use a dedicated build directory
hook_add preconf 5 "mkdir build; cd build"
# do not check if the configure script is supporting our confopt's
cleanconfopt=0
# recent versions of squeakvm is using cmake but they provide an own
# configure script
configscript="../unix/cmake/configure"
confopt="--prefix=$root/$prefix"

6
develop/squeakvm/squeakvm.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../squeakvm/squeakvm.desc
[COPY] Copyright (C) 2007 The OpenSDE Project
[COPY] Copyright (C) 2007 - 2011 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
@ -30,8 +30,8 @@
[L] OpenSource
[S] Stable
[V] 3.9-8
[V] 4.4.7.2357
[P] X -----5---9 800.000
[D] 358302252 Squeak-3.9-8.src.tar.gz http://ftp.squeak.org/3.9/unix-linux/
[D] 1252505615 Squeak-4.4.7.2357-src.tar.gz http://squeakvm.org/unix/release/

Loading…
Cancel
Save