base-system-live: removed; not required by void-mklive anymore.

This commit is contained in:
Juan RP 2013-08-22 16:06:56 +02:00
parent 9ba35f4632
commit d354335f1b

View file

@ -1,27 +0,0 @@
# Template file for 'base-system-live'
pkgname=base-system-live
version=0.29
revision=1
build_style=meta-template
short_desc="Void Linux live base system meta package"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"
homepage="http://www.voidlinux.eu"
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
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
pciutils"
base-system-live_package() {
noarch="yes"
depends="${_makedepends}"
}