New package: unicc-1.0.0.
This commit is contained in:
parent
87dc6c41a7
commit
c2798eb6f3
1 changed files with 21 additions and 0 deletions
21
srcpkgs/unicc/template
Normal file
21
srcpkgs/unicc/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template build file for 'unicc'
|
||||||
|
pkgname=unicc
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-trace"
|
||||||
|
makedepends="phorward-devel"
|
||||||
|
short_desc="The Universal Compiler-Compiler"
|
||||||
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
homepage="http://www.phorward-software.com"
|
||||||
|
license="BSD"
|
||||||
|
distfiles="${homepage}/products/${pkgname}/${pkgname}-${version}-source.tar.gz"
|
||||||
|
checksum=1a9166e8b78b5e6ee7764fd878b2d8c8e4314683358192942149641b030b0d97
|
||||||
|
|
||||||
|
wrksrc="${pkgname}-${version}-source"
|
||||||
|
|
||||||
|
unicc_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue