2014-07-28 17:19:30 +02:00
|
|
|
# Template file for 'base-system'
|
|
|
|
pkgname=base-system
|
2014-09-23 08:30:01 +02:00
|
|
|
version=0.93
|
2014-07-28 17:19:30 +02:00
|
|
|
revision=1
|
|
|
|
build_style=meta
|
|
|
|
homepage="http://www.voidlinux.eu/"
|
|
|
|
short_desc="Void Linux base system meta package"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="Public domain"
|
|
|
|
|
|
|
|
replaces="base-system-runit>=0"
|
|
|
|
|
2014-07-30 18:16:40 +02:00
|
|
|
makedepends="gcc glibc"
|
|
|
|
depends="
|
|
|
|
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
2014-07-28 17:19:30 +02:00
|
|
|
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
2014-09-23 08:30:01 +02:00
|
|
|
openbsd-man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
|
|
|
|
psmisc procps-ng tzdata pciutils iana-etc eudev runit-void openssh dhcpcd
|
|
|
|
kbd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware
|
2014-08-25 11:13:16 +02:00
|
|
|
void-artwork traceroute ethtool kmod"
|
2014-07-28 17:19:30 +02:00
|
|
|
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
2014-08-03 20:13:51 +02:00
|
|
|
i686) depends+=" linux grub";;
|
|
|
|
x86_64) depends+=" linux grub-x86_64-efi";;
|
2014-07-28 17:19:30 +02:00
|
|
|
esac
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
# Create /sbin/init symlink to runit-init.
|
|
|
|
vmkdir usr/sbin
|
|
|
|
ln -s /usr/bin/runit-init ${DESTDIR}/usr/sbin/init
|
|
|
|
}
|