summaryrefslogtreecommitdiff
path: root/pidgin/Pkgfile
blob: ea9a479ad24943e48f573d31674ea9a7b6a239b9 (plain)
    1 # Description: multi-protocol instant messaging client
    2 # URL:         http://pidgin.im/
    3 # Maintainer:  Bartlomiej Palmowski, rotwang at crux dot org dot pl
    4 # Packager:    Simone Rota, sip at crux dot nu
    5 # Depends on:  intltool gtk xorg-libxscrnsaver startup-notification nss libidn
    6 
    7 name=pidgin
    8 version=2.7.1
    9 release=1
   10 source=(http://sourceforge.net/projects/$name/files/Pidgin/$name-$version.tar.bz2)
   11 
   12 build () {
   13     cd $name-$version
   14     ./configure --prefix=/usr \
   15         --mandir=/usr/man \
   16         --disable-nls \
   17         --disable-schemas-install \
   18 	--disable-meanwhile \
   19         --with-nspr-includes=/usr/include/nspr \
   20         --with-nss-includes=/usr/include/nss \
   21         --with-nspr-libs=/usr/lib \
   22         --with-nss-libs=/usr/lib \
   23 	--disable-tcl \
   24 	--disable-perl \
   25         --disable-gtkspell \
   26 	--disable-avahi \
   27 	--disable-dbus \
   28         --disable-gstreamer \
   29         --disable-vv
   30 
   31     make
   32     make DESTDIR=$PKG install
   33     #rm -rf $PKG/usr/share/locale
   34     rm -rf $PKG/usr/etc/gconf || :
   35 }

Generated by cgit