New Package: m2m-aligner-1.2, Implemenation of many-to-many alignments for string transduction
This commit is contained in:
parent
6ae2a25dc4
commit
0d2031bccc
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'm2m-aligner'
|
||||
pkgname=m2m-aligner
|
||||
version=1.2
|
||||
revision=1
|
||||
short_desc="Implemenation of many-to-many alignments for string transduction"
|
||||
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||
license="MIT"
|
||||
homepage="https://code.google.com/p/m2m-aligner/"
|
||||
distfiles="https://m2m-aligner.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||||
checksum="ca5b1176293e91f797f3588c01390d046e2dae0278034044f8a081d6bd674e91"
|
||||
|
||||
do_build () {
|
||||
make
|
||||
}
|
||||
|
||||
do_install () {
|
||||
vinstall m2m-aligner 755 usr/bin
|
||||
}
|
Loading…
Reference in New Issue