2011-02-24 11:17:13 +00:00
|
|
|
# Template file for 'pcc-libs'
|
|
|
|
pkgname=pcc-libs
|
2011-04-11 17:04:22 +00:00
|
|
|
version=1.0.0
|
2014-02-21 16:29:50 +00:00
|
|
|
revision=3
|
2011-02-24 15:42:23 +00:00
|
|
|
wrksrc=${pkgname}-${version}
|
2014-02-21 16:29:50 +00:00
|
|
|
hostmakedepends="flex"
|
2011-02-24 11:17:13 +00:00
|
|
|
short_desc="Portable C Compiler - Support Libraries"
|
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/$pkgname-$version.tgz"
|
2011-04-11 17:04:22 +00:00
|
|
|
checksum=f89ac94e30927a28c78fc8b8b7fef617eeaf843e2268063d43e414cf3179dd62
|
2011-02-24 11:17:13 +00:00
|
|
|
|
2013-04-14 09:13:30 +00:00
|
|
|
do_build() {
|
2011-02-24 12:20:48 +00:00
|
|
|
# Force gcc compiler.
|
|
|
|
env CC=gcc ./configure --prefix=/usr
|
|
|
|
make ${makejobs}
|
|
|
|
}
|
|
|
|
|
2013-04-14 09:13:30 +00:00
|
|
|
do_install() {
|
2011-02-24 12:20:48 +00:00
|
|
|
make DESTDIR=${DESTDIR} install
|
|
|
|
}
|