remove ref to EXTRA_*FLAGS, convert description, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8645 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9196d81e7d
commit
1f346b5d11
@ -15,12 +15,6 @@ PKG_RELEASE:=1
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://procps.sourceforge.net
|
PKG_SOURCE_URL:=http://procps.sourceforge.net
|
||||||
PKG_MD5SUM:=f490bca772b16472962c7b9f23b1e97d
|
PKG_MD5SUM:=f490bca772b16472962c7b9f23b1e97d
|
||||||
PKG_CAT:=zcat
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=libncurses
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -29,27 +23,19 @@ define Package/procps
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:=+libncurses
|
||||||
TITLE:=proc utilities
|
TITLE:=proc utilities
|
||||||
DESCRIPTION:=\
|
|
||||||
procps is the package that has a bunch of small useful\\\
|
|
||||||
utilities that give information about processes using\\\
|
|
||||||
the /proc filesystem. The package includes the programs\\\
|
|
||||||
ps, top, vmstat, w, kill, free, slabtop, and skill.
|
|
||||||
URL:=http://sourceforge.net/projects/procps/
|
URL:=http://sourceforge.net/projects/procps/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Package/procps/description
|
||||||
|
procps is the package that has a bunch of small useful utilities that give
|
||||||
|
information about processes using the /proc filesystem. The package
|
||||||
|
includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
EXTRA_CFLAGS += -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
|
MAKE_FLAGS += \
|
||||||
EXTRA_LDFLAGS += -L$(STAGING_DIR)/usr/lib
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
CPPFLAGS="$(TARGET_CPPFLAGS)" \
|
||||||
define Build/Compile
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
$(call Build/Compile/Default, \
|
|
||||||
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
|
|
||||||
CPPFLAGS="$(EXTRA_CPPFLAGS)" \
|
|
||||||
LDFLAGS="$(EXTRA_LDFLAGS)" \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/procps/install
|
define Package/procps/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user