mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
pcc-libs: switch to build_style=gnu-configure.
This commit is contained in:
parent
d8c5b63324
commit
3faed032d0
1 changed files with 1 additions and 9 deletions
|
@ -3,6 +3,7 @@ pkgname=pcc-libs
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-${version}
|
wrksrc=${pkgname}-${version}
|
||||||
|
build_style=gnu-configure
|
||||||
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/"
|
||||||
|
@ -11,12 +12,3 @@ 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=dd4cb124da0b2edcda6ceb823c3ca8fc05919d35c89c34dec617517afe6bbfee
|
checksum=dd4cb124da0b2edcda6ceb823c3ca8fc05919d35c89c34dec617517afe6bbfee
|
||||||
only_for_archs="i686 x86_64"
|
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…
Add table
Reference in a new issue