17 lines
650 B
Text
17 lines
650 B
Text
# Template file for 'pcc-libs'
|
|
pkgname=pcc-libs
|
|
version=20110224
|
|
distfiles="http://pcc.ludd.ltu.se/ftp/pub/$pkgname/$pkgname-$version.tgz"
|
|
build_style=gnu_configure
|
|
short_desc="Portable C Compiler - Support Libraries"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=35624e4fc195da82ebb1b7d54b695918a7ec81079f7b44d8a769f45df34cd4d2
|
|
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
|
|
backend code has been rewritten.
|
|
|
|
This package includes some required object files for PCC to work."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency build flex
|