From 8a1c05f4b4e3ae1a3a74f2ed98a04c56c2c7b041 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 22 May 2005 16:14:36 +0000 Subject: [PATCH] update apsepc --- autopackage/default.apspec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/autopackage/default.apspec b/autopackage/default.apspec index 0240b1473..2d4d420ac 100644 --- a/autopackage/default.apspec +++ b/autopackage/default.apspec @@ -9,7 +9,7 @@ Packager: Filippos Papadopoulos Summary: Gajim is a Jabber client written in Python. URL: http://www.gajim.org/ License: GNU General Public License, Version 2 -SoftwareVersion: 7 +SoftwareVersion: 0.7 AutopackageTarget: 1.0 PackageVersion: 1 @@ -63,10 +63,14 @@ copyFiles share/gajim "$PREFIX/share/" installIcon share/gajim/gajim.xpm installDesktop "Network/Instant Messaging" gajim.desktop installMan 1 gajim.1 +#In the following safeSed we assume that the original Makefile is a bit modified so that to be relocatable by AP +#so you have to manually remove the sed in Makefile for AP to work safeSed bin/gajim "s!PREFIX!$PREFIX!g" installExe bin/* chmod +x "$PREFIX/bin/gajim" + + [Uninstall] # Usually just the following line is enough to uninstall everything uninstallFromLog