Add psplash (#2395), mark it as x86 only
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8793 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4539071e0d
commit
691cf238d2
46
utils/psplash/Makefile
Normal file
46
utils/psplash/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=psplash
|
||||
PKG_VERSION:=0.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://projects.o-hand.com/sources/psplash/
|
||||
PKG_MD5SUM:=7649b7e0fac573eca2048a2a267e242b
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/psplash
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=@LINUX_2_6_X86
|
||||
TITLE:=A boot splash screen
|
||||
DESCRIPTION:=PSplash is a userspace graphical boot splash screen.
|
||||
URL:=http://projects.o-hand.com/psplash
|
||||
endef
|
||||
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
all install
|
||||
endef
|
||||
|
||||
define Package/psplash/install
|
||||
$(INSTALL_DIR) $(1)/bin
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/bin/psplash \
|
||||
$(PKG_INSTALL_DIR)/usr/bin/psplash-write \
|
||||
$(1)/bin/
|
||||
endef
|
||||
|
||||
|
||||
$(eval $(call BuildPackage,psplash))
|
Loading…
x
Reference in New Issue
Block a user