pcc: update to 1.0.0.
This commit is contained in:
parent
1e9aafb8b7
commit
0085d0530f
1 changed files with 3 additions and 6 deletions
|
@ -1,15 +1,12 @@
|
|||
# Template file for 'pcc'
|
||||
pkgname=pcc
|
||||
_distver=1.0.0.BETA
|
||||
_datever=20110224
|
||||
version=${_distver}
|
||||
wrksrc=pcc-${version}
|
||||
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-beta/pcc-${_distver}-${_datever}.tgz"
|
||||
version=1.0.0
|
||||
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/pcc-$version.tgz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-tls"
|
||||
short_desc="Portable C Compiler"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=aff14ceee0d53866a43b71854f3c8ba5690ac4d7835045f35ae6525d2239d7d8
|
||||
checksum=5802dbba46d6ea3f9badaa55b9044a0416bb410020c24a5c2a8a2eaaf41156cb
|
||||
long_desc="
|
||||
The compiler is based on the original Portable C Compiler by S. C. Johnson,
|
||||
written in the late 70's. About 50% of the frontend code and 80% of the
|
||||
|
|
Loading…
Reference in a new issue