diff options
Diffstat (limited to 'arch/base')
-rw-r--r-- | arch/base/PKGBUILD | 81 |
1 files changed, 3 insertions, 78 deletions
diff --git a/arch/base/PKGBUILD b/arch/base/PKGBUILD index 1c0d329..8388b95 100644 --- a/arch/base/PKGBUILD +++ b/arch/base/PKGBUILD @@ -4,85 +4,10 @@ pkgver=0 pkgrel=1 arch=(any) -# Archlinux base +# Archlinux base and base-devel depends=( - bash - bzip2 - coreutils - cryptsetup - device-mapper - dhcpcd - diffutils - e2fsprogs - file - filesystem - findutils - gawk - gcc-libs - gettext - glibc - grep - gzip - inetutils - iproute2 - iputils - jfsutils - less - licenses - linux - linux-firmware - logrotate - lvm2 - man-db - man-pages - mdadm - nano - netctl - pacman - pciutils - pcmciautils - perl - procps-ng - psmisc - reiserfsprogs - s-nail - sed - shadow - sysfsutils - systemd-sysvcompat - tar - texinfo - usbutils - util-linux - vi - which - xfsprogs -) - -# Archlinux base-devel -depends+=( - autoconf - binutils - fakeroot - file - findutils - gawk - gcc - gettext - grep - groff - gzip - libtool - m4 - make - pacman - patch - sed - sudo - systemd - texinfo - util-linux - which + $(pacman -Qqg base) + $(pacman -Qqg base-devel) ) # Personal additions |