void-packages/srcpkgs/base-devel/template

17 lines
521 B
Bash
Raw Normal View History

2015-03-09 15:16:34 +01:00
# Template file for 'base-devel'
pkgname=base-devel
version=20150820
2015-03-19 17:30:49 +01:00
revision=1
2015-03-09 15:16:34 +01:00
build_style=meta
2015-03-09 15:19:50 +01:00
noarch=yes
depends="autoconf automake bc binutils bison ed flex gcc gcc-c++ gettext
2015-03-19 17:30:49 +01:00
groff libtool m4 make patch pkg-config texinfo unzip xz"
case "$XBPS_TARGET_MACHINE" in
*-musl) depends+=" musl";;
*) depends+=" glibc-devel";;
esac
2015-03-09 15:16:34 +01:00
short_desc="Void Linux development tools meta package"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="Public Domain"
homepage="http://www.voidlinux.eu/"