contrib/pidgin/Pkgfile

32 lines
921 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
# Depends on: intltool gtk xorg-libxscrnsaver startup-notification nss
# Nice to have: gst-plugins-base
2009-01-11 12:10:43 +01:00
name=pidgin
2009-07-15 20:47:10 +02:00
version=2.5.8
release=2
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 \
--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 \
--disable-dbus
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
2009-07-15 20:47:10 +02:00
}