pcc-libs: update to 1.0.0.

This commit is contained in:
Juan RP 2011-04-11 19:04:22 +02:00
parent 98dd6e700b
commit 1e9aafb8b7
1 changed files with 3 additions and 5 deletions

View File

@ -1,14 +1,12 @@
# Template file for 'pcc-libs'
pkgname=pcc-libs
_distver=1.0.0.BETA
_datever=20110224
version=${_distver}
version=1.0.0
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
short_desc="Portable C Compiler - Support Libraries"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=7047b7e869dbaaf8fd777b9116df97aee3184dff1eab0366a976b782a6950e4e
checksum=f89ac94e30927a28c78fc8b8b7fef617eeaf843e2268063d43e414cf3179dd62
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