16 lines
507 B
Bash
16 lines
507 B
Bash
# Template file for 'base-devel'
|
|
pkgname=base-devel
|
|
version=20150820
|
|
revision=1
|
|
build_style=meta
|
|
noarch=yes
|
|
depends="autoconf automake bc binutils bison ed flex gcc gcc-c++ gettext
|
|
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"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="Public Domain"
|
|
homepage="http://www.voidlinux.eu/"
|