packages/base-devel/PKGBUILD
2024-10-18 10:35:16 +02:00

43 lines
598 B
Bash

# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Arch Linux Team
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=base-devel
pkgver=1
pkgrel=2.1
pkgdesc='Basic tools to build Arch POWER packages'
url='https://www.archlinuxpower.org'
arch=('any')
license=('GPL')
options=('!debug')
depends=(
archlinux-keyring
autoconf
automake
binutils
bison
debugedit
fakeroot
file
findutils
flex
gawk
gcc
gettext
grep
groff
gzip
libtool
m4
make
pacman
patch
pkgconf
sed
sudo
texinfo
which
)
# vim: ts=2 sw=2 et: