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

27 lines
894 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-05-23 20:54:23 +02:00
version=0.26
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
parted dialog wifi-firmware linux-firmware-network dracut-network"
base-system-live_package() {
noarch="yes"
depends="${_makedepends}"
}