source: trunk/third/gaim/gaim.apspec.in @ 22057

Revision 22057, 2.2 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r22056, which included commits to RCS files with non-trunk default branches.
Line 
1# -*-shell-script-*-
2
3[Meta]
4RootName: @gaim.sourceforge.net/gaim:$SOFTWAREVERSION
5DisplayName: Gaim Internet Messenger
6ShortName: gaim
7Maintainer: The Gaim Developers
8URL: http://gaim.sourceforge.net/
9Packager: Tim Ringenbach <marv_sf@users.sourceforge.net>
10Summary: A GTK+ based multiprotocol instant messaging client
11SoftwareVersion: @VERSION@
12InterfaceVersion: 1.2
13PackageVersion: 1
14
15[Description]
16Gaim allows you to talk to anyone using a variety of messaging protocols,
17including AIM (Oscar and TOC), ICQ, IRC, Yahoo!, MSN Messenger, Jabber,
18Gadu-Gadu, Napster, and Zephyr. These protocols are implemented using a
19modular, easy to use design. To use a protocol, just add an account using the
20account editor.
21
22Gaim supports many common features of other clients, as well as many unique
23features, such as perl scripting, TCL scripting and C plugins.
24 
25Gaim is NOT affiliated with or endorsed by America Online, Inc., Microsoft
26Corporation, Yahoo! Inc., or ICQ Inc.
27
28[BuildPrepare]
29prepareBuild --enable-nss --enable-gnutls --enable-binreloc --disable-perl --disable-tcl --disable-gtktest
30
31[BuildUnprepare]
32unprepareBuild
33
34[Imports]
35rm -rf include
36rm -rf lib/pkgconfig
37find -name '*.la' | xargs rm
38echo '*' | import
39
40[Prepare]
41# Dependency checking
42require @gtk.org/gtk 2.2
43require @68k.org/libaudiofile 0.0
44require @xiph.org/libao 2.0
45require @gtkspell.sourceforge.net/gtkspell 0.0
46require @gnutls.org/gnutls 11.0 || { require @mozilla.org/nspr 4 && require @mozilla.org/nss 3; }
47
48[Install]
49# Put your installation script here
50installExe ./bin/*
51installLib ./lib/libgaim-remote.so.0.0.0
52# do the plugins
53copyFiles ./lib/gaim "$PREFIX/lib"
54installMan 1 ./man/man1/gaim.1
55installDesktop "Networking/Instant Messaging" ./share/applications/gaim.desktop
56installLocale ./share/locale
57copyFiles ./share/pixmaps "$PREFIX/share"
58copyFiles ./share/sounds "$PREFIX/share"
59installIcon ./share/pixmaps/gaim.png
60# install and fix the .pc file
61# move this to the -devel package when I make one
62# copyFile ./lib/pkgconfig/gaim.pc "$PREFIX/lib/pkgconfig/gaim.pc"
63# safeSed "$PREFIX/lib/pkgconfig/gaim.pc" "s|prefix=/usr/local|prefix=$PREFIX|"
64
65[Uninstall]
66# Usually just the following line is enough to uninstall everything
67uninstallFromLog
Note: See TracBrowser for help on using the repository browser.