#Packager: George Vlahavas (vlahavas~AT~gmail~DOT~com) #Previous packager: Phill Watkins pkgname=libsigc++ pkgver=2.2.10 pkgrel=1gv source=("http://ftp.acc.umu.se/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.10.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") 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 \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --infodir=/usr/info \ --docdir=/usr/doc/$pkgname-$pkgver \ --build=$arch-slackware-linux \ --disable-documentation \ --disable-static make -j $numjobs \ libdocdir=/usr/doc/$pkgname-$pkgver make install \ DESTDIR=$startdir/pkg \ libdocdir=/usr/doc/$pkgname-$pkgver }