|
@ -13,9 +13,10 @@ PKG_VERSION:=4.91 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE_URL:=https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ ftp://ftp.fu-berlin.de/pub/unix/tools/lsof |
|
|
|
|
|
|
|
|
PKG_SOURCE_URL:=https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://ftp.fu-berlin.de/pub/unix/tools/lsof |
|
|
PKG_HASH:=c9da946a525fbf82ff80090b6d1879c38df090556f3fe0e6d782cb44172450a3 |
|
|
PKG_HASH:=c9da946a525fbf82ff80090b6d1879c38df090556f3fe0e6d782cb44172450a3 |
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION) |
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION) |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> |
|
|
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> |
|
|
PKG_LICENSE:=Unique |
|
|
PKG_LICENSE:=Unique |
|
|
PKG_LICENSE_FILES:=00README |
|
|
PKG_LICENSE_FILES:=00README |
|
@ -59,7 +60,7 @@ define Build/Configure |
|
|
./Configure -n linux |
|
|
./Configure -n linux |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Build/Compile |
|
|
|
|
|
|
|
|
define Build/Compile |
|
|
LSOF_HOST="none" \
|
|
|
LSOF_HOST="none" \
|
|
|
LSOF_LOGNAME="none" \
|
|
|
LSOF_LOGNAME="none" \
|
|
|
LSOF_SYSINFO="none" \
|
|
|
LSOF_SYSINFO="none" \
|
|
@ -67,7 +68,7 @@ define Build/Compile |
|
|
$(MAKE) -C $(PKG_BUILD_DIR) |
|
|
$(MAKE) -C $(PKG_BUILD_DIR) |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/lsof/install |
|
|
|
|
|
|
|
|
define Package/lsof/install |
|
|
$(INSTALL_DIR) $(1)/usr/bin |
|
|
$(INSTALL_DIR) $(1)/usr/bin |
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lsof $(1)/usr/bin |
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lsof $(1)/usr/bin |
|
|
endef |
|
|
endef |
|
|