219ded7c46bd78924300a10df9058f0513cfffdf
[openwrt/svn-archive/archive.git] / XOrg / meta / xorg-server-essentials / Makefile
1 #
2 # Copyright (C) 2007 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 # blogic@openwrt.org
8
9 include $(TOPDIR)/rules.mk
10
11 PKG_NAME:=xorg-server-essentials
12 PKG_RELEASE:=1
13 PKG_VERSION:=1
14
15 include $(INCLUDE_DIR)/package.mk
16
17 define Package/xorg-server-essentials
18 SECTION:=xorg-meta
19 CATEGORY:=Xorg
20 TITLE:=Xorg server essentials
21 URL:=http://xorg.freedesktop.org/
22 DEPENDS:=+xorg-server \
23 +font-alias \
24 +font-base \
25 +font-cursor-misc \
26 +xf86-input-mouse \
27 +xf86-video-vesa \
28 +xf86-video-vga \
29 +xf86-input-evdev \
30 +xf86-input-keyboard \
31 +xinit \
32 @TARGET_x86
33 endef
34
35 define Build/Configure
36 echo
37 endef
38
39 define Build/Compile
40 echo
41 endef
42
43 define Package/xorg-server-essentials/install
44 $(INSTALL_DIR) $(1)/root
45 $(CP) files/xinitrc $(1)/root/.xinitrc
46 endef
47
48 $(eval $(call BuildPackage,xorg-server-essentials))