#Maintainer: Markus Muttilainen #Anything commented out is optional and can be deleted. pkgname=wvstreams pkgver=4.6.1 pkgrel=1 zenver=64 arch=i486 source=(http://wvstreams.googlecode.com/files/wvstreams-4.6.1.tar.gz) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/stillborn/$pkgname/$pkgver/ docs=("Changelog" "Docs" "Doxyfile" "LICENSE" "README" "README.TESTS") #url=http://alumnit.ca/wiki/index.php?page=WvStreams #dotnew=(/etc/uniconf.conf) #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "wvstreams (networking library in C++)" "It aims to be an efficient, secure, easy-to-use," "and OS-independent library for doing network" "applications development." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var --sysconfdir=/etc --without-dbus \ --disable-testgui make || return 1 make install DESTDIR=$startdir/pkg }