pcc-libs: update to 1.0.0.
This commit is contained in:
parent
98dd6e700b
commit
1e9aafb8b7
1 changed files with 3 additions and 5 deletions
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'pcc-libs'
|
# Template file for 'pcc-libs'
|
||||||
pkgname=pcc-libs
|
pkgname=pcc-libs
|
||||||
_distver=1.0.0.BETA
|
version=1.0.0
|
||||||
_datever=20110224
|
|
||||||
version=${_distver}
|
|
||||||
wrksrc=${pkgname}-${version}
|
wrksrc=${pkgname}-${version}
|
||||||
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-beta/$pkgname-${_distver}-${_datever}.tgz"
|
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/$pkgname-$version.tgz"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Portable C Compiler - Support Libraries"
|
short_desc="Portable C Compiler - Support Libraries"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=7047b7e869dbaaf8fd777b9116df97aee3184dff1eab0366a976b782a6950e4e
|
checksum=f89ac94e30927a28c78fc8b8b7fef617eeaf843e2268063d43e414cf3179dd62
|
||||||
long_desc="
|
long_desc="
|
||||||
The compiler is based on the original Portable C Compiler by S. C. Johnson,
|
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
|
written in the late 70's. About 50% of the frontend code and 80% of the
|
||||||
|
|
Loading…
Reference in a new issue