mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
pcc-libs: update to 1.1.0.20190420.
This commit is contained in:
parent
71f84b2219
commit
91ed2653ea
1 changed files with 15 additions and 7 deletions
|
@ -1,14 +1,22 @@
|
||||||
# Template file for 'pcc-libs'
|
# Template file for 'pcc-libs'
|
||||||
pkgname=pcc-libs
|
pkgname=pcc-libs
|
||||||
version=1.1.0
|
_snapshot=20190420
|
||||||
|
_distver=1.1.0
|
||||||
|
version=${_distver}.${_snapshot}
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-${version}
|
wrksrc=${pkgname}-${_distver}.BETA
|
||||||
build_style=gnu-configure
|
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/"
|
|
||||||
license="BSD"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/$pkgname-$version.tgz"
|
license="BSD-2-clause"
|
||||||
checksum=dd4cb124da0b2edcda6ceb823c3ca8fc05919d35c89c34dec617517afe6bbfee
|
homepage="http://pcc.ludd.ltu.se/"
|
||||||
archs="i686 x86_64"
|
distfiles="http://pcc.ludd.ltu.se/ftp/pub/pcc-beta/${pkgname}-${_distver}.BETA-${_snapshot}.tgz"
|
||||||
|
checksum=e810aa4d6683e769f490f734b13a296b33c2511ddba646bc526eb85532f1a23a
|
||||||
|
nodebug=1
|
||||||
|
nocross=1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
sed -n '2,25p' libpcc/cxmuldiv.c > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue