pcc-libs: switch to build_style=gnu-configure.
This commit is contained in:
parent
d8c5b63324
commit
3faed032d0
|
@ -3,6 +3,7 @@ pkgname=pcc-libs
|
|||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${version}
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="flex"
|
||||
short_desc="Portable C Compiler - Support Libraries"
|
||||
homepage="http://pcc.ludd.ltu.se/"
|
||||
|
@ -11,12 +12,3 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/$pkgname-$version.tgz"
|
||||
checksum=dd4cb124da0b2edcda6ceb823c3ca8fc05919d35c89c34dec617517afe6bbfee
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
do_build() {
|
||||
# Force gcc compiler.
|
||||
env CC=$CC ./configure --prefix=/usr
|
||||
make ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue