mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
gcc-multilib: update to 7.2.0
This commit is contained in:
parent
be5a691032
commit
e099655416
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template build file for 'gcc-multilib'
|
# Template build file for 'gcc-multilib'
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
_triplet="x86_64-unknown-linux-gnu"
|
_triplet="x86_64-unknown-linux-gnu"
|
||||||
_majorver=6.3
|
_majorver=7.2
|
||||||
|
|
||||||
pkgname=gcc-multilib
|
pkgname=gcc-multilib
|
||||||
version=${_majorver}.0
|
version=${_majorver}.0
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="gcc-${version}"
|
wrksrc="gcc-${version}"
|
||||||
short_desc="The GNU C Compiler (multilib files)"
|
short_desc="The GNU C Compiler (multilib files)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://gcc.gnu.org"
|
homepage="http://gcc.gnu.org"
|
||||||
license="GFDL-1.2, GPL-3, LGPL-2.1"
|
license="GFDL-1.2, GPL-3, LGPL-2.1"
|
||||||
distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.bz2"
|
distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
|
||||||
checksum=f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f
|
checksum=1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a
|
||||||
|
|
||||||
hostmakedepends="perl flex zip unzip"
|
hostmakedepends="perl flex zip unzip"
|
||||||
makedepends="zlib-devel libmpc-devel isl15-devel libfl-devel
|
makedepends="zlib-devel libmpc-devel isl15-devel libfl-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue