# -*-shell-script-*- # # This is the autopackage configuration file for LessTif. # # $Header: /cvsroot/lesstif/lesstif/autopackage/default.apspec.in,v 1.5 2005/04/01 14:26:24 dannybackx Exp $ # [Meta] RootName: @lesstif.sourceforge.net/lesstif:$SOFTWAREVERSION DisplayName: The LessTif Widget Set ShortName: lesstif Maintainer: The LessTif Developers Packager: Danny Backx Summary: LessTif is a free clone of Motif URL: http://lesstif.sourceforge.net/ License: GNU Lesser General Public License, Version 2 SoftwareVersion: @MAJOR_VERSION@.@MINOR_VERSION@.@PICO_VERSION@ AutopackageTarget: 1.0 # Only uncomment InterfaceVersion if your package exposes interfaces to other software, # for instance if it includes DSOs or python/perl modules. See the developer guide for more info, # or ask on autopackage-dev if you don't understand interface versioning in autopackage. # InterfaceVersion: 2.1 [Description] LessTif is a freely available Motif clone. It aims to be source and binary compatible with Motif 1.2 and 2.1. It is distributed under the terms of the GNU Library General Public License (LGPL). LessTif and information about it are available from http://lesstif.sourceforge.net . [BuildPrepare] # # Ordinary prepareBuild doesn't work because it doesn't know the difference between # $srcdir and $builddir # # prepareBuild # prepareBuild --src @top_srcdir@ [BuildUnprepare] unprepareBuild [Imports] echo '*' | import [Prepare] # Dependency checking # require @whatever.you/need 1.0 [Install] # Put your installation script here installExe bin/* installLib lib/lib*.so copyFiles include "$PREFIX" installMan 1 man/man1/* installMan 3 man/man3/* installMan 5 man/man5/* copyFiles LessTif "$PREFIX" installData share/* [Uninstall] # Usually just the following line is enough to uninstall everything uninstallFromLog