added default background image for X

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9196 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-10-08 21:30:32 +00:00
parent a5c2570947
commit 1ee6671439
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,36 @@
#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# blogic@openwrt.org
include $(TOPDIR)/rules.mk
PKG_NAME:=x-bkgd-images
PKG_VERSION:=1
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/x-bkgd-images
SECTION:=xorg-misc
CATEGORY:=Xorg
SUBMENU:=misc
TITLE:=Background images for X
endef
define Build/Configure
echo
endef
define Build/Compile
echo
endef
define Package/x-bkgd-images/install
$(call pkg_install_files,`pwd`/files,$(1),/usr/share/X11/)
endef
$(eval $(call BuildPackage,x-bkgd-images))

View File

@ -0,0 +1 @@
openwrt-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB