mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
pcc-libs: remove long_desc.
This commit is contained in:
parent
ee631cfd54
commit
c2dc88c1f0
1 changed files with 2 additions and 8 deletions
|
@ -1,21 +1,15 @@
|
||||||
# Template file for 'pcc-libs'
|
# Template file for 'pcc-libs'
|
||||||
pkgname=pcc-libs
|
pkgname=pcc-libs
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=${pkgname}-${version}
|
wrksrc=${pkgname}-${version}
|
||||||
makedepends="flex"
|
hostmakedepends="flex"
|
||||||
short_desc="Portable C Compiler - Support Libraries"
|
short_desc="Portable C Compiler - Support Libraries"
|
||||||
homepage="http://pcc.ludd.ltu.se/"
|
homepage="http://pcc.ludd.ltu.se/"
|
||||||
license="Custom (BSD-like)"
|
license="Custom (BSD-like)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/$pkgname-$version.tgz"
|
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/$pkgname-$version.tgz"
|
||||||
checksum=f89ac94e30927a28c78fc8b8b7fef617eeaf843e2268063d43e414cf3179dd62
|
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
|
|
||||||
backend code has been rewritten.
|
|
||||||
|
|
||||||
This package includes some required object files for PCC to work."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
# Force gcc compiler.
|
# Force gcc compiler.
|
||||||
|
|
Loading…
Add table
Reference in a new issue