APKBUILD meta:Meta

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.

Example

Alpine-desktop

# Maintainer: Natanael Copa <[email protected]>
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"
}
This article is issued from Alpinelinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.