New package: polygen-1.0.6.ds2

This commit is contained in:
Andrea Brancaleoni 2015-06-05 00:33:43 +02:00
parent c0c3e4e029
commit 1ad1922f27
1 changed files with 23 additions and 0 deletions

23
srcpkgs/polygen/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'polygen'
pkgname=polygen
version=1.0.6.ds2
revision=1
build_style=gnu-makefile
build_wrksrc="src"
hostmakedepends="ocaml unzip"
short_desc="Generative grammar phrase generator"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-2"
homepage="http://www.polygen.org"
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=60dbcec8aedcbb2545202ad97d41e592f232b8fc842ea25a7998c88a385148d5
nocross=yes
do_install() {
vbin polygen
cd ${wrksrc}
vlicense License
vcopy grm usr/share/${pkgname}
}