2011-06-23 03:22:59 +02:00
|
|
|
# Template file for 'base-system'
|
|
|
|
pkgname=base-system
|
2013-08-22 16:06:19 +02:00
|
|
|
version=0.75
|
2012-06-18 11:21:55 +02:00
|
|
|
revision=1
|
2013-08-27 11:20:36 +02:00
|
|
|
build_style=meta
|
2013-04-12 08:55:23 +02:00
|
|
|
homepage="https://www.voidlinux.eu/"
|
|
|
|
short_desc="Void Linux base system meta package"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="Public domain"
|
|
|
|
|
2013-07-10 09:35:37 +02:00
|
|
|
# XXX merge this with base-system-rpi
|
|
|
|
only_for_archs="i686 x86_64"
|
|
|
|
|
2013-04-29 10:42:10 +02:00
|
|
|
# XXX can't currently use makedepends here:
|
|
|
|
#
|
|
|
|
# 1- conflicts with chroot-* pkgs
|
|
|
|
# 2- can't resolve virtual packages in srcpkgs (cron-daemon).
|
|
|
|
#
|
|
|
|
_depends="base-files>=0.77 ncurses coreutils findutils diffutils dash bash grep
|
2012-10-24 07:25:51 +02:00
|
|
|
texinfo file sed gawk less util-linux which tar man-pages man-db shadow
|
2013-07-10 09:31:22 +02:00
|
|
|
e2fsprogs btrfs-progs xfsprogs kbd psmisc procps-ng sudo tzdata pciutils
|
2012-11-15 23:58:38 +01:00
|
|
|
iana-etc systemd cron-daemon openssh>=6.1p1 dhcpcd iproute2 iputils
|
2013-08-22 16:06:19 +02:00
|
|
|
bridge-utils ifenslave iw wpa_supplicant xbps netbsd-wtf nvi dosfstools
|
|
|
|
wifi-firmware linux void-artwork nss-mdns traceroute ethtool parted"
|
2013-04-12 08:55:23 +02:00
|
|
|
|
|
|
|
base-system_package() {
|
|
|
|
replaces="xbps-base-system>=0"
|
2013-04-29 10:42:10 +02:00
|
|
|
depends="${_depends}"
|
2013-04-12 08:55:23 +02:00
|
|
|
}
|