#Maintainer: Markus Muttilainen pkgname=loudmouth pkgver=1.4.3 pkgrel=1mm arch=i486 source=(http://ftp.gnome.org/pub/GNOME/sources/loudmouth/1.4/loudmouth-$pkgver.tar.bz2) #sourcetemplate=http://users.zenwalk.org/user-accounts/pnboy/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://groups.google.com/group/loudmouth-dev/web/Loudmouth%201.4.3 #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "loudmouth - a library for programming with the XMPP protocol" "Loudmouth is a lightweight and easy-to-use C library for programming" "with the XMPP protocol. It's designed to be easy to get started with" "and yet extensible to let you do anything the XMPP protocol allows." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg cd $startdir echo -e "glib2,gnutls,libgcrypt,libgpg-error,libidn,zlib" > $pkgname-$pkgver-$arch-$pkgrel.dep }