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

27 lines
908 B
Text
Raw Normal View History

2012-01-29 19:25:57 +00:00
# Template file for 'base-system-live'
pkgname=base-system-live
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
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
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 18:54:23 +00:00
e2fsprogs btrfs-progs xfsprogs f2fs-tools kbd psmisc procps-ng sudo tzdata
dhcpcd wpa_supplicant kmod iproute2 iana-etc systemd xbps nvi dosfstools
parted dialog iw wifi-firmware linux-firmware-network dracut-network"
base-system-live_package() {
noarch="yes"
depends="${_makedepends}"
}