2012-01-29 19:25:57 +00:00
|
|
|
# Template file for 'base-system-live'
|
|
|
|
pkgname=base-system-live
|
2013-03-11 23:24:23 +00:00
|
|
|
version=0.24
|
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
|
|
|
|
|
|
|
makedepends="base-files base-system-busybox>=1.20.2_4 ncurses-base
|
|
|
|
shadow kmod libmount e2fsprogs btrfs-progs xfsprogs parted dialog
|
|
|
|
sudo iana-etc systemd wpa_supplicant xbps wifi-firmware
|
|
|
|
linux-firmware-network void-artwork void-installer>=20120730"
|
|
|
|
|
|
|
|
base-system-live_package() {
|
|
|
|
noarch="yes"
|
|
|
|
depends="${makedepends}"
|
|
|
|
}
|