pcc-libs: update to 1.1.0.
This commit is contained in:
parent
2eac0cbe14
commit
f17fd5e303
@ -1,23 +1,22 @@
|
|||||||
# Template file for 'pcc-libs'
|
# Template file for 'pcc-libs'
|
||||||
pkgname=pcc-libs
|
pkgname=pcc-libs
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=${pkgname}-${version}
|
wrksrc=${pkgname}-${version}
|
||||||
hostmakedepends="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="BSD"
|
||||||
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=dd4cb124da0b2edcda6ceb823c3ca8fc05919d35c89c34dec617517afe6bbfee
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
# Force gcc compiler.
|
# Force gcc compiler.
|
||||||
env CC=gcc ./configure --prefix=/usr
|
env CC=$CC ./configure --prefix=/usr
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user