New package: xorg-minimal-1.0_1
This commit is contained in:
parent
50f08ef3eb
commit
ca7517d1f0
1 changed files with 18 additions and 0 deletions
18
srcpkgs/xorg-minimal/template
Normal file
18
srcpkgs/xorg-minimal/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'xorg-minimal'
|
||||||
|
pkgname=xorg-minimal
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
build_style=meta
|
||||||
|
makedepends="xorg-server xauth xinit xf86-input-evdev"
|
||||||
|
short_desc="Xorg meta-package including xorg-xserver and needed tools"
|
||||||
|
homepage="http://xorg.freedesktop.org/"
|
||||||
|
license="MIT"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
long_desc="
|
||||||
|
This is the modular Xorg server meta-package for installing X server
|
||||||
|
and needed packages like xauth, xinit and evdev driver."
|
||||||
|
|
||||||
|
xorg-minimal_package() {
|
||||||
|
depends="${makedepends}"
|
||||||
|
noarch="yes"
|
||||||
|
}
|
Loading…
Reference in a new issue