New package: polygen-1.0.6.ds2
This commit is contained in:
parent
c0c3e4e029
commit
1ad1922f27
|
@ -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}
|
||||
}
|
Loading…
Reference in New Issue