mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
base-devel: update to 20181003.
This commit is contained in:
parent
7329526862
commit
d9deb88607
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'base-devel'
|
# Template file for 'base-devel'
|
||||||
pkgname=base-devel
|
pkgname=base-devel
|
||||||
version=20170527
|
version=20181003
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="autoconf automake bc binutils bison ed flex gcc gettext
|
depends="autoconf automake bc binutils bison ed flex gcc gettext
|
||||||
groff libtool m4 make patch pkg-config texinfo unzip xz"
|
groff libtool m4 make patch pkg-config texinfo unzip xz"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) depends+=" musl";;
|
|
||||||
*) depends+=" glibc-devel";;
|
|
||||||
esac
|
|
||||||
short_desc="Void Linux development tools meta package"
|
short_desc="Void Linux development tools meta package"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) depends+=" musl-devel";;
|
||||||
|
*) depends+=" glibc-devel";;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue