APKBUILD meta:Meta

From Alpine Linux
Revision as of 18:16, 31 August 2016 by Jirutka (talk | contribs) (Update example)

A so-called meta package contains more or less only a list of packages. With one packages a bunch of other packages can be installed.

# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alpine-desktop
pkgver=2.4
pkgrel=0
pkgdesc="Meta package for Alpine Desktop"
url="http://alpinelinux.org"
arch="noarch"
license="GPL"
makedepends=""
depends="
	abiword
	audacious
	claws-mail
	dhcpcd
	dhcpcd-ui
	evince
	firefox
	gnumeric
	lxdm	
	ristretto
	sudo
	udev
	xf86-input-keyboard
	xf86-input-mouse
	xf86-video-vesa
	xfce4
	xorg-server
	xscreensaver
	"
install="alpine-desktop.post-install"
subpackages=""
source=""

package() {
	mkdir -p "$pkgdir"
}