pcc-libs: update to 1.1.0.
This commit is contained in:
parent
2eac0cbe14
commit
f17fd5e303
1 changed files with 5 additions and 6 deletions
|
@ -1,23 +1,22 @@
|
|||
# Template file for 'pcc-libs'
|
||||
pkgname=pcc-libs
|
||||
version=1.0.0
|
||||
revision=3
|
||||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${version}
|
||||
hostmakedepends="flex"
|
||||
short_desc="Portable C Compiler - Support Libraries"
|
||||
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/$pkgname-$version.tgz"
|
||||
checksum=f89ac94e30927a28c78fc8b8b7fef617eeaf843e2268063d43e414cf3179dd62
|
||||
checksum=dd4cb124da0b2edcda6ceb823c3ca8fc05919d35c89c34dec617517afe6bbfee
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
do_build() {
|
||||
# Force gcc compiler.
|
||||
env CC=gcc ./configure --prefix=/usr
|
||||
env CC=$CC ./configure --prefix=/usr
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue