mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:59:42 +02:00
The libsdl-doc-man Makefile is now more elegant
This commit is contained in:
parent
5d8d83a932
commit
62d7bcdc26
@ -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
|
||||
|
@ -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 .
|
||||
+
|
Loading…
Reference in New Issue
Block a user