remove unused fonts from XOrg essentials package
[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-misc-misc-X11R7.0 \
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 # +font-bh-75dpi-X11R7.0 \
35
36 define Build/Configure
37 echo
38 endef
39
40 define Build/Compile
41 echo
42 endef
43
44 define Package/xorg-server-X11R7.2-essentials/install
45 $(INSTALL_DIR) $(1)/root
46 $(CP) files/xinitrc $(1)/root/.xinitrc
47 endef
48
49 $(eval $(call BuildPackage,xorg-server-X11R7.2-essentials))