opt/pidgin/Pkgfile

35 lines
965 B
Plaintext
Raw Normal View History

# Description: A multi-protocol instant messaging client
# URL: http://pidgin.im/
2008-01-30 21:04:26 +01:00
# Maintainer: Simone Rota, sip at crux dot nu
2008-07-16 15:09:00 +02:00
# Depends on: xorg-libxscrnsaver, nss, nspr, startup-notification, p5-xml-parser, gtk
name=pidgin
2008-08-21 02:57:28 +02:00
version=2.5.0
2007-05-29 14:58:28 +02:00
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build () {
cd pidgin-$version
sed -i -e 's/x$GCONFTOOL/xno/' configure
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-perl \
2008-07-05 15:38:20 +02:00
--disable-gtkspell \
--disable-meanwhile \
--disable-avahi \
--disable-tcl \
--disable-nls \
--disable-gnutls \
--with-nspr-includes=/usr/include/nspr \
--with-nss-includes=/usr/include/nss \
--with-nspr-libs=/usr/lib \
--with-nss-libs=/usr/lib \
--disable-gevolution \
--disable-dbus \
--disable-gstreamer \
--with-dynamic-prpls="gg,irc,jabber,msn,novell,oscar,qq,sametime,silc,simple,yahoo,zephyr"
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}