diff --git a/srcpkgs/pcc-libs/template b/srcpkgs/pcc-libs/template index 1090961b0f0..4e1414d629f 100644 --- a/srcpkgs/pcc-libs/template +++ b/srcpkgs/pcc-libs/template @@ -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 " 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 -}