2011-02-24 11:17:13 +00:00
|
|
|
# Template file for 'pcc'
|
|
|
|
pkgname=pcc
|
2011-04-11 17:05:54 +00:00
|
|
|
version=1.0.0
|
2014-02-21 16:30:30 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-02-24 11:17:13 +00:00
|
|
|
configure_args="--enable-tls"
|
2013-04-14 09:13:30 +00:00
|
|
|
makedepends="flex pcc-libs"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="pcc-libs"
|
2011-02-24 11:17:13 +00:00
|
|
|
short_desc="Portable C Compiler"
|
2013-03-31 07:51:38 +00:00
|
|
|
homepage="http://pcc.ludd.ltu.se/"
|
|
|
|
license="Custom (BSD-like)"
|
2011-02-24 11:17:13 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 09:13:30 +00:00
|
|
|
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/pcc-$version.tgz"
|
2011-04-11 17:05:54 +00:00
|
|
|
checksum=5802dbba46d6ea3f9badaa55b9044a0416bb410020c24a5c2a8a2eaaf41156cb
|
2011-02-24 11:17:13 +00:00
|
|
|
|
|
|
|
disable_parallel_build=yes
|
|
|
|
|
2013-04-14 09:13:30 +00:00
|
|
|
post_install() {
|
2011-02-24 11:17:13 +00:00
|
|
|
# Rename conflicting cpp.1 manpage.
|
|
|
|
mv ${DESTDIR}/usr/share/man/man1/cpp.1 \
|
|
|
|
${DESTDIR}/usr/share/man/man1/pcc-cpp.1
|
|
|
|
}
|