# Maintainer: Guoyi("malacology") # Contributor: Guoyi("malacology") # Contributor: Roberto Rossini ("robymetallo") pkgname=gblocks _pkgname=Gblocks provides=("gblocks") pkgver=0.91b pkgrel=1 pkgdesc="A program written in ANSI C language that eliminates poorly aligned\ positions and divergent regions of an alignment of DNA or protein sequences" url='http://molevol.cmima.csic.es/castresana/Gblocks.html' arch=('x86_64') license=('unknown') depends=('glibc') source=("http://molevol.cmima.csic.es/castresana/${_pkgname}/${_pkgname}_Linux64_${pkgver}.tar.Z") sha256sums=('563658f03cc5e76234a8aa705bdc149398defec813d3a0c172b5f94c06c880dc') package() { install -Dm755 ${_pkgname}_$pkgver/$_pkgname "${pkgdir}/usr/bin/${_pkgname}" }