contrib/pidgin/Pkgfile

36 lines
1008 B
Plaintext
Raw Normal View History

2009-01-11 14:27:35 +01:00
# Description: multi-protocol instant messaging client
# URL: http://pidgin.im/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Packager: Simone Rota, sip at crux dot nu
2009-08-20 21:43:49 +02:00
# Depends on: intltool gtk xorg-libxscrnsaver startup-notification nss libidn
2009-01-11 12:10:43 +01:00
name=pidgin
2010-02-27 11:09:10 +01:00
version=2.6.6
2009-08-20 21:43:49 +02:00
release=1
2009-07-15 20:47:10 +02:00
source=(http://sourceforge.net/projects/$name/files/Pidgin/$name-$version.tar.bz2)
2009-01-11 12:10:43 +01:00
build () {
2009-07-15 20:47:10 +02:00
cd $name-$version
2009-01-11 14:27:35 +01:00
./configure --prefix=/usr \
--mandir=/usr/man \
2010-02-27 11:09:10 +01:00
--disable-nls \
2009-01-11 14:27:35 +01:00
--disable-schemas-install \
--disable-meanwhile \
--with-nspr-includes=/usr/include/nspr \
--with-nss-includes=/usr/include/nss \
--with-nspr-libs=/usr/lib \
--with-nss-libs=/usr/lib \
--disable-tcl \
--disable-perl \
--disable-gtkspell \
--disable-avahi \
2009-08-08 22:38:44 +02:00
--disable-dbus \
2009-10-19 10:09:22 +02:00
--disable-gstreamer \
--disable-vv
2009-08-08 22:38:44 +02:00
2009-01-11 14:27:35 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
2010-02-27 18:47:05 +01:00
rm -rf $PKG/usr/etc/gconf || :
2009-07-15 20:47:10 +02:00
}