summaryrefslogtreecommitdiff
path: root/gaim-beta/Pkgfile
blob: c9806b6bffcc80c5a3268a6537d7ac70c5cb8054 (plain)
    1 # Description: A multi-protocol instant messaging client with encryption
    2 # Maintainer: Matt Housh, jaeger at morpheus dot net
    3 # URL: http://gaim.sourceforge.net/
    4 # Depends on: gtk, nss, p5-xml-parser, avahi
    5 
    6 # Nice to have: libao
    7 # Note: mozilla will work in place of nss for building gaim
    8 
    9 name=gaim-beta
   10 version=2.0.0beta6
   11 release=1
   12 source=(http://dl.sourceforge.net/sourceforge/gaim/gaim-$version.tar.bz2)
   13 
   14 build () {
   15 	cd gaim-$version
   16 	./configure --prefix=/usr \
   17 		--disable-perl \
   18 		--disable-nls \
   19 		--disable-gnutls \
   20 		--with-nspr-includes=/usr/include/nspr \
   21 		--with-nss-includes=/usr/include/nss \
   22 		--with-nspr-libs=/usr/lib \
   23 		--with-nss-libs=/usr/lib \
   24 		--disable-gevolution \
   25 		--with-howl-includes=/usr/include/avahi-compat-howl
   26 	make
   27 	make DESTDIR=$PKG install
   28 	rm -rf $PKG/usr/share/locale
   29 	#mv $PKG/{Gaim.*,auto} $PKG/usr/lib/perl5/*/linux/
   30 	#find $PKG -name perllocal.pod -exec rm -f '{}' \;
   31 	#find $PKG -name .packlist -exec rm -f '{}' \;
   32 } 

Generated by cgit