#Maintainer: Maximus (maximuus@gmail.com> pkgname=libtubo pkgver=4.5.0 pkgrel=1mb arch=x86_64 source=(http://downloads.sourceforge.net/project/xffm/libtubo/4.5.0/libtubo-4.5.0.tar.gz) sourcetemplate="http://gaia.homelinux.org/salix/packages-x86_64/$pkgname/$pkgver/" docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://xffm.sourceforge.net/libtubo.html #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - a small and simple function set" "The Libtubo library 4.5.0 is small and simple function set to enable a" "process to run any other process in the background and communicate via" "the stdout, stderr and stdin file descriptors." "The functionality of libtubo is similar to the glib function" "g_spawn_async_with_pipes() except that all pipe setup and monitoring" "is taken care of. The calling function only has to provide the" "functions with which to process the input/output of the remote" "process." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --with-html-dir=/usr/doc/$pkgname-$pkgver make || return 1 make install DESTDIR=$startdir/pkg }