From 44a529647ef0525259862158707086cfe21ea623 Mon Sep 17 00:00:00 2001 From: kth5 Date: Wed, 10 May 2023 11:45:46 +0200 Subject: [PATCH] * add base-devel --- base-devel/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 base-devel/PKGBUILD diff --git a/base-devel/PKGBUILD b/base-devel/PKGBUILD new file mode 100644 index 0000000000..bf75d030a9 --- /dev/null +++ b/base-devel/PKGBUILD @@ -0,0 +1,42 @@ +# POWER Maintainer: Alexander Baldeck +# Maintainer: Arch Linux Team +# Contributor: Levente Polyak + +pkgname=base-devel +pkgver=1 +pkgrel=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: