#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=libsigc++ pkgver=2.2.10 zenver=72 pkgrel=1 arch=i486 source=("http://ftp.acc.umu.se/pub/GNOME/sources/libsigc++/2.2/libsigc++-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=www.gnome.org options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libsig++ - Typesafe Callback System for C++" "Libsigc++ implements a typesafe callback system for standard C++. It" "allows you to define signals and to connect those signals to any" "callback function, either global or a member function, regardless of" "whether it is static or virtual. It also contains adaptor classes for" "connection of dissimilar callbacks and has an ease of use unmatched" "by other C++ callback libraries. Libsigc++ is licensed under the GNU" "Library General Public License, LGPL." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }