Index: configure.in =================================================================== --- configure.in (revision 437) +++ configure.in (working copy) @@ -66,7 +66,7 @@ dnl ************************************************************************ -AC_OUTPUT(Makefile src/Makefile src/cal3d/Makefile docs/Makefile docs/api/Makefile docs/shared/Makefile tests/Makefile tests/run cal3d.pc src/cal3d_converter.1 fileformats.txt) +AC_OUTPUT(Makefile src/Makefile src/cal3d/Makefile docs/Makefile docs/api/Makefile docs/shared/Makefile tests/Makefile tests/run cal3d.pc src/cal3d_converter.1 fileformats.txt autopackage/default.apspec) dnl ************************************************************************ --- /dev/null 2006-02-12 17:39:41.000000000 +0100 +++ autopackage/default.apspec 2006-10-20 18:01:15.000000000 +0200 @@ -0,0 +1,53 @@ +# -*- shell-script -*- +# Generated by mkapspec 0.3 +[Meta] +ShortName: cal3d +SoftwareVersion: 0.11.0 +DisplayName: Cal3D +RootName: @gna.org/cal3d:$SOFTWAREVERSION +Summary: 3d character animation library +Maintainer: Desmecht Laurent +Packager: Frank Richter +PackageVersion: 1 +CPUArchitectures: x86 +AutopackageTarget: 1.2 +Type: Library +License: GNU Library or "Lesser" General Public License (LGPL) +Compression: lzma +InterfaceVersion: 1.0 +Repository: http://crystalspace3d.org/autopackage/$SOFTWAREVERSION/$SHORTNAME.xml + +[Description] +Cal3D is a skeletal based 3d character animation library written in C++ in a platform-/graphic API-independent way. + +[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] + +[Prepare] +require '@gnu.org/libstdc++' 3 + +[Imports] +# This command will tell makeinstaller what to include in the package. +# The selection comes from the files created by 'make install' or equivalent. +# Usually, you can leave this at the default +echo '*' | import + +[Install] +# See http://www.autopackage.org/api/ for details +installLib lib/*.so.* + +[Uninstall] +# Leaving this at the default is safe unless you use custom commands in +# "Install" to create files. By default, all autopackage API functions are +# logged. +uninstallFromLog