archrelease: copy trunk to extra-x86_64
[arch-packages.git] / base-devel / repos / core-any / PKGBUILD
blobc07a8e7ecf1bceef3a22d9bc9d0efdbc514a4dcd
1 # Maintainer: Arch Linux Team
2 # Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
4 pkgname=base-devel
5 pkgver=1
6 pkgrel=1
7 pkgdesc='Basic tools to build Arch Linux packages'
8 url='https://www.archlinux.org'
9 arch=('any')
10 license=('GPL')
11 options=('!debug')
12 depends=(
13   archlinux-keyring
14   autoconf
15   automake
16   binutils
17   bison
18   debugedit
19   fakeroot
20   file
21   findutils
22   flex
23   gawk
24   gcc
25   gettext
26   grep
27   groff
28   gzip
29   libtool
30   m4
31   make
32   pacman
33   patch
34   pkgconf
35   sed
36   sudo
37   texinfo
38   which
41 # vim: ts=2 sw=2 et: