pcc: update to 1.1.0.
This commit is contained in:
parent
f17fd5e303
commit
d8c5b63324
|
@ -1,23 +1,21 @@
|
|||
# Template file for 'pcc'
|
||||
pkgname=pcc
|
||||
version=1.0.0
|
||||
revision=3
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-tls"
|
||||
makedepends="flex pcc-libs"
|
||||
depends="pcc-libs"
|
||||
hostmakedepends="flex"
|
||||
makedepends="pcc-libs>=${version}"
|
||||
depends="pcc-libs>=${version}"
|
||||
short_desc="Portable C Compiler"
|
||||
homepage="http://pcc.ludd.ltu.se/"
|
||||
license="Custom (BSD-like)"
|
||||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/pcc-$version.tgz"
|
||||
checksum=5802dbba46d6ea3f9badaa55b9044a0416bb410020c24a5c2a8a2eaaf41156cb
|
||||
checksum=d9e3fed84c767dcddefb6b1f854d5da8921f3f65d8bd02997743412f41474d64
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
post_install() {
|
||||
# Rename conflicting cpp.1 manpage.
|
||||
mv ${DESTDIR}/usr/share/man/man1/cpp.1 \
|
||||
${DESTDIR}/usr/share/man/man1/pcc-cpp.1
|
||||
mv ${DESTDIR}/usr/share/man/man1/{cpp,pcc-cpp}.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue