summaryrefslogtreecommitdiff
path: root/sys-devel
diff options
context:
space:
mode:
authorAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-03-27 13:44:50 -0500
committerAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-03-27 13:44:50 -0500
commitca84ea23f923ecb85b02f6e5a739e361013ecfd8 (patch)
treeaef332471b9fe7b317103ef9ef2565fd6d0ff839 /sys-devel
parentd3a82f5df69da46ae54a94781a14131fb6d47407 (diff)
downloadpackages-ca84ea23f923ecb85b02f6e5a739e361013ecfd8.tar.gz
packages-ca84ea23f923ecb85b02f6e5a739e361013ecfd8.tar.bz2
packages-ca84ea23f923ecb85b02f6e5a739e361013ecfd8.tar.xz
packages-ca84ea23f923ecb85b02f6e5a739e361013ecfd8.zip
sys-devel/build-tools: new (meta)package
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/build-tools/build-tools-1.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/sys-devel/build-tools/build-tools-1.ebuild b/sys-devel/build-tools/build-tools-1.ebuild
new file mode 100644
index 000000000..02a462492
--- /dev/null
+++ b/sys-devel/build-tools/build-tools-1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2016 Adélie Linux Team
+# Distributed under the terms of the NCSA License
+
+EAPI=6
+
+DESCRIPTION="Meta-package for user development utilities"
+HOMEPAGE="http://adelielinux.org/"
+SRC_URI=""
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS="arm mips ppc x86 x86_64 ~alpha ~arm64 ~hppa ~ppc64 ~sparc64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ dev-util/cmake[doc]
+ dev-vcs/cvs[doc]
+ dev-vcs/git[curl,doc,gpg]
+ dev-vcs/subversion[doc]
+ sys-apps/man-pages
+ sys-apps/man-pages-posix
+ sys-devel/autoconf
+ sys-devel/automake
+ sys-devel/binutils
+ sys-devel/flex
+ sys-devel/gcc:4.9.3[cxx,doc,libssp]
+ sys-devel/libtool
+ sys-devel/make
+ sys-devel/patch
+ =sys-kernel/linux-headers-4.4
+ virtual/yacc
+"