2012-01-29 19:25:57 +00:00
|
|
|
# Template file for 'base-system-live'
|
|
|
|
pkgname=base-system-live
|
2013-06-15 06:12:27 +00:00
|
|
|
version=0.28
|
2012-07-07 00:43:23 +00:00
|
|
|
revision=1
|
2012-01-29 19:25:57 +00:00
|
|
|
build_style=meta-template
|
2012-02-29 11:09:30 +00:00
|
|
|
short_desc="Void Linux live base system meta package"
|
2012-01-29 19:25:57 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="Public domain"
|
2013-03-11 23:08:43 +00:00
|
|
|
homepage="http://www.voidlinux.eu"
|
2012-01-29 19:25:57 +00:00
|
|
|
long_desc="
|
|
|
|
This package installs the base system packages for the
|
2012-02-29 11:09:30 +00:00
|
|
|
Void Linux system live image.
|
|
|
|
|
2012-11-22 17:20:20 +00:00
|
|
|
Dont install it manually. It is only meant to be installed
|
2012-09-17 13:53:30 +00:00
|
|
|
automatically by the void-mklive utility."
|
2013-04-12 06:55:23 +00:00
|
|
|
|
2013-05-20 11:23:52 +00:00
|
|
|
_makedepends="base-files ncurses coreutils findutils diffutils dash
|
|
|
|
bash grep texinfo file sed gawk less util-linux which tar man-db shadow
|
2013-05-23 18:54:23 +00:00
|
|
|
e2fsprogs btrfs-progs xfsprogs f2fs-tools kbd psmisc procps-ng sudo tzdata
|
2013-06-15 06:12:27 +00:00
|
|
|
dhcpcd wpa_supplicant kmod iproute2 iana-etc systemd xbps nvi dosfstools
|
2013-06-15 05:46:43 +00:00
|
|
|
parted dialog iw wifi-firmware linux-firmware-network dracut-network"
|
2013-04-12 06:55:23 +00:00
|
|
|
|
|
|
|
base-system-live_package() {
|
|
|
|
noarch="yes"
|
2013-05-20 11:23:52 +00:00
|
|
|
depends="${_makedepends}"
|
2013-04-12 06:55:23 +00:00
|
|
|
}
|