#Maintainer: Ejis #Mandatory category=extra/ap pkgname=slicetools pkgver=2.0.1 zenver=62 pkgrel=1 arch=i486 source=("http://downloads.sourceforge.net/sourceforge/slicetools/$pkgname-$pkgver.tar.gz" "slicetools.patch") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "The Slice Tools are a suite of tools for manipulating Slice XML files." "The Slice format provides an alternative representation of genomic" "assembly data in which the tiling has been rotated onto its edge," "allowing for efficient processing of assemblies and their tilings on a" "per contig position basis. The Slice Tools work in concert from the" "Slice XML format in which the output of one tool can be input of the" "next tool, and provide the low level machinery for complicated high" "level processing." ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < $startdir/src/slicetools.patch ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --with-xercesc-prefix=/usr/packages/Xerces \ --with-slicedtd=http://tools.tigr.org/dtds/aserver.dtd make -j2 || return 1 make install DESTDIR=$startdir/pkg } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract') url="http://slicetools.sourceforge.net/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('x11-driver-nvidia' 'x11-driver-nvidia-rt') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}