pcc{,-libs}: update to 1.0.0.BETA not a devel snapshot.

This commit is contained in:
Juan RP 2011-02-24 16:42:23 +01:00
parent a6b89ffae0
commit 163d54b05a
2 changed files with 12 additions and 6 deletions

View File

@ -1,11 +1,14 @@
# Template file for 'pcc-libs'
pkgname=pcc-libs
version=20110224
distfiles="http://pcc.ludd.ltu.se/ftp/pub/$pkgname/$pkgname-$version.tgz"
_distver=1.0.0.BETA
_datever=20110224
version=${_distver}
wrksrc=${pkgname}-${version}
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-beta/$pkgname-${_distver}-${_datever}.tgz"
build_style=custom-install
short_desc="Portable C Compiler - Support Libraries"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=35624e4fc195da82ebb1b7d54b695918a7ec81079f7b44d8a769f45df34cd4d2
checksum=7047b7e869dbaaf8fd777b9116df97aee3184dff1eab0366a976b782a6950e4e
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

View File

@ -1,12 +1,15 @@
# Template file for 'pcc'
pkgname=pcc
version=20110224
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc/pcc-$version.tgz"
_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"
build_style=gnu_configure
configure_args="--enable-tls"
short_desc="Portable C Compiler"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=8628ff61e7552c05af1f512978fb11bf41c0b5c705fb1e1fe34f1cfe1c8b0fb3
checksum=aff14ceee0d53866a43b71854f3c8ba5690ac4d7835045f35ae6525d2239d7d8
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