1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-29 00:38:53 +03:00

The libsdl-doc-man Makefile is now more elegant

This commit is contained in:
Neil Stockbridge 2011-05-18 19:16:31 +12:00
parent 5d8d83a932
commit 62d7bcdc26
2 changed files with 5 additions and 7 deletions

View File

@ -29,6 +29,8 @@ PKG_MD5SUM:=80e8752091874743ccd63ff4387fa9bb
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
UNPACK_CMD=tar xzf $(DL_DIR)/$(PKG_SOURCE) -C $(1)
include $(INCLUDE_DIR)/package.mk
define Package/libsdl-doc-man
@ -43,6 +45,9 @@ define Package/libsdl-doc-man/description
Man pages for the libSDL 1.2 API
endef
define Build/Compile
endef
define Package/libsdl-doc-man/install
$(INSTALL_DIR) \
$(1)/usr/share/man/man3

View File

@ -1,7 +0,0 @@
--- libsdl-doc-man.orig/Makefile 1970-01-01 12:00:00.000000000 +1200
+++ libsdl-doc-man/Makefile 2011-05-17 11:29:24.083449778 +1200
@@ -0,0 +1,3 @@
+
+all:
+ mv ../man3 .
+