void-packages/srcpkgs/base-system-live/template

28 lines
918 B
Plaintext
Raw Normal View History

2012-01-29 20:25:57 +01:00
# Template file for 'base-system-live'
pkgname=base-system-live
2013-07-10 09:31:54 +02:00
version=0.29
2012-07-07 02:43:23 +02:00
revision=1
2012-01-29 20:25:57 +01:00
build_style=meta-template
short_desc="Void Linux live base system meta package"
2012-01-29 20:25:57 +01:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"
2013-03-12 00:08:43 +01:00
homepage="http://www.voidlinux.eu"
2012-01-29 20:25:57 +01:00
long_desc="
This package installs the base system packages for the
Void Linux system live image.
Dont install it manually. It is only meant to be installed
automatically by the void-mklive utility."
_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 20:54:23 +02:00
e2fsprogs btrfs-progs xfsprogs f2fs-tools kbd psmisc procps-ng sudo tzdata
dhcpcd wpa_supplicant kmod iproute2 iana-etc systemd xbps nvi dosfstools
2013-07-10 09:31:54 +02:00
parted dialog iw wifi-firmware linux-firmware-network dracut-network
pciutils"
base-system-live_package() {
noarch="yes"
depends="${_makedepends}"
}