contrib/pidgin/Pkgfile

41 lines
1.0 KiB
Plaintext
Raw Normal View History

2014-05-18 21:29:39 +02:00
# Description: multi-protocol instant messaging client.
# URL: http://pidgin.im/
2014-11-11 11:57:12 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2014-05-18 21:29:39 +02:00
# Packager: Simone Rota, sip at crux dot nu
# Depends on: dbus-glib farstream gtkspell nss startup-notification xorg-libxscrnsaver
2009-01-11 12:10:43 +01:00
name=pidgin
version=2.10.12
release=1
2014-11-22 13:07:09 +01:00
source=(http://downloads.sourceforge.net/project/$name/Pidgin/$version/$name-$version.tar.bz2
$name.desktop)
2009-01-11 12:10:43 +01:00
2014-05-18 21:29:39 +02:00
build() {
cd $name-$version
2009-08-08 22:38:44 +02:00
CONFIG_SHELL=/bin/bash \
2014-05-18 21:29:39 +02:00
./configure \
--prefix=/usr \
--enable-cyrus-sasl \
2014-05-18 21:29:39 +02:00
--disable-nls \
--disable-schemas-install \
--disable-meanwhile \
--disable-avahi \
--disable-nm \
--disable-tcl \
--disable-dependency-tracking \
--with-system-ssl-certs=/etc/ssl/certs \
--with-nspr-includes=/usr/include/nspr \
--with-nss-includes=/usr/include/nss \
--with-nspr-libs=/usr/lib \
--with-nss-libs=/usr/lib
2014-05-18 21:29:39 +02:00
make
make DESTDIR=$PKG install
2014-11-22 13:07:09 +01:00
install -D -m 0644 $SRC/$name.desktop $PKG/usr/share/applications/$name.desktop
2014-05-18 21:29:39 +02:00
find $PKG/usr/lib/ -name '*.la' -delete
rm -rf $PKG/usr/etc/gconf
}