# HG changeset patch # User sr # Date 1507639482 -7200 # Node ID 33980b4cc33960ad03722a9a2a3a702a5697c41e # Parent 25c6991478217d36bfde115093c6bf7948bec47e initial checkin diff -r 25c699147821 -r 33980b4cc339 quickSelfTest/autopackage/default.apspec --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quickSelfTest/autopackage/default.apspec Tue Oct 10 14:44:42 2017 +0200 @@ -0,0 +1,69 @@ +# -*- shell-script -*- +[Meta] +ShortName: quickSelfTest +SoftwareVersion: 7.1.0.0 +DisplayName: Smalltalk/X Application +RootName: Smalltalk/X +Summary: Smalltalk/X Application +Maintainer: Claus Gittinger & eXept Software AG +Packager: eXept Software AG +PackageVersion: 1 +CPUArchitectures: x86 +AutopackageTarget: 1.0 +Type: Application +License: Commercial + +[Description] +Smalltalk/X Application + +[BuildPrepare] +# If you're using autotools, the default should be enough. +# prepareBuild will set up apbuild and run configure for you. If you +# need to pass arguments to configure, just add them to prepareBuild: +# prepareBuild --enable-foo --disable-bar +#prepareBuild + +[BuildUnprepare] +# If you're using prepareBuild above, there is no need to change this! +#unprepareBuild + +[Globals] +# Variables declared in this section will be available in all other sections +export APKG_BUILD_SKIP_CONFIGURE=1 +export APKG_BUILD_SKIP_MAKE=1 +export MYPREFIX=/opt/quickSelfTest + +[Prepare] +#recommend '@autopackage.org/autopackage-gtk' 1 + +[Imports] +import <