11e90dd653917bee2b0441b00553d27cb81c322a
[openwrt/svn-archive/archive.git] / XOrg / meta / xorg-server-X11R7.2-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-X11R7.2-essentials
12 PKG_RELEASE:=1
13 PKG_VERSION:=1
14
15 include $(INCLUDE_DIR)/package.mk
16
17 define Package/xorg-server-X11R7.2-essentials
18 SECTION:=xorg-meta
19 CATEGORY:=Xorg
20 TITLE:=Xorg server essentials
21 URL:=http://xorg.freedesktop.org/
22 DEPENDS:=+xorg-server-X11R7.2 \
23 +font-alias-X11R7.0 \
24 +font-base \
25 +font-cursor-misc-X11R7.0 \
26 +xf86-input-mouse-X11R7.2 \
27 +xf86-video-vesa-X11R7.2 \
28 +xf86-video-vga-X11R7.1 \
29 +xf86-input-evdev-X11R7.1 \
30 +xf86-input-keyboard-X11R7.2 \
31 @TARGET_x86
32 endef
33
34 define Build/Configure
35 echo
36 endef
37
38 define Build/Compile
39 echo
40 endef
41
42 define Package/xorg-server-X11R7.2-essentials/install
43 $(INSTALL_DIR) $(1)/root
44 $(CP) files/xinitrc $(1)/root/.xinitrc
45 endef
46
47 $(eval $(call BuildPackage,xorg-server-X11R7.2-essentials))