2009-04-02 10:46:54 +02:00
|
|
|
# Template file for 'xorg'
|
|
|
|
pkgname=xorg
|
2011-02-19 12:18:29 +01:00
|
|
|
version=7.6
|
2013-01-27 10:44:37 +01:00
|
|
|
revision=2
|
2009-04-02 10:46:54 +02:00
|
|
|
build_style=meta-template
|
2013-04-14 18:42:25 +02:00
|
|
|
makedepends="xorg-fonts>=7.6 xorg-server>=1.9.3 xorg-apps>=7.6
|
2013-01-27 10:44:37 +01:00
|
|
|
xorg-input-drivers>=7.6 xorg-video-drivers>=7.6"
|
2009-04-02 10:46:54 +02:00
|
|
|
short_desc="X.org meta-package"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-01-27 10:44:37 +01:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2009-04-02 10:46:54 +02:00
|
|
|
long_desc="
|
|
|
|
This is the Xorg meta-package for installing the various X.org
|
|
|
|
meta-packages (server, clients, fonts, etc) from the X.org project."
|
2013-04-14 18:42:25 +02:00
|
|
|
|
|
|
|
xorg_package() {
|
|
|
|
noarch="yes"
|
|
|
|
depends="${makedepends}"
|
|
|
|
}
|