massive Makefile cleanup, add missing 'svn:keywords' property
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5348 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -11,10 +11,10 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=strace
|
||||
PKG_VERSION:=4.5.11
|
||||
PKG_RELEASE:=1
|
||||
PKG_MD5SUM:=28335e15c83456a3db055a0a0efcb4fe
|
||||
|
||||
PKG_SOURCE_URL:=@SF/strace
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/strace
|
||||
PKG_MD5SUM:=28335e15c83456a3db055a0a0efcb4fe
|
||||
PKG_CAT:=bzcat
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
@ -25,15 +25,14 @@ define Package/strace
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=System call tracer
|
||||
DESCRIPTION:=A useful diagnostic, instructional, and debugging tool. \\\
|
||||
Allows you to track what system calls a program makes while it is \\\
|
||||
running.
|
||||
DESCRIPTION:=\
|
||||
A useful diagnostic, instructional, and debugging tool. \\\
|
||||
Allows you to track what system calls a program makes while it is \\\
|
||||
running.
|
||||
URL:=http://strace.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
# uses GNU configure
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
@ -41,7 +40,7 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/strace/install
|
||||
install -m0755 -d $(1)/usr/sbin
|
||||
install -d -m0755 $(1)/usr/sbin
|
||||
install -m0755 $(PKG_BUILD_DIR)/strace $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
|
Reference in New Issue
Block a user