Changeset 29740
- Timestamp:
- 2012-01-14T03:00:22+01:00 (6 years ago)
- Location:
- packages/net/wavemon
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/net/wavemon/Makefile
r26500 r29740 1 # 2 # Copyright (C) 2008 OpenWrt.org1 # 2 # Copyright (C) 2008-2012 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 9 9 10 10 PKG_NAME:=wavemon 11 PKG_VERSION:=0.7. 211 PKG_VERSION:=0.7.3 12 12 PKG_RELEASE:=1 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 15 15 PKG_SOURCE_URL:=http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases 16 PKG_MD5SUM:=0dec700364df7bfb2e066624d0acf7bb 16 PKG_MD5SUM:=a96bad0359592ac56532067002b9e862 17 18 PKG_INSTALL:=1 17 19 18 20 include $(INCLUDE_DIR)/package.mk … … 22 24 CATEGORY:=Network 23 25 TITLE:=N-curses based wireless network devices monitor 24 DEPENDS:= 26 DEPENDS:=+libncurses 25 27 SUBMENU:=wireless 26 28 URL:=http://eden-feed.erg.abdn.ac.uk/wavemon/ … … 28 30 29 31 define Package/wavemon/description 30 wavemon is a ncurses-based monitoring application for wireless network 31 devices. It currently works under Linux with devices that are supported 32 by the wireless extensions by Jean Tourrilhes (included in Kernel 2.4 33 and higher), e.g. the Lucent Orinoco cards. 32 wavemon is a ncurses-based monitoring application for wireless network 33 devices. It currently works under Linux with devices that are supported 34 by the wireless extensions by Jean Tourrilhes (included in Kernel 2.4 35 and higher), e.g. the Lucent Orinoco cards. 34 36 endef 35 37 36 define Build/Compile 37 $(MAKE) -C $(PKG_BUILD_DIR) \ 38 $(TARGET_CONFIGURE_OPTS) \ 39 CFLAGS="$(TARGET_CFLAGS) -L${STAGING_DIR}/usr/lib -I${STAGING_DIR}/usr/include" \ 40 DESTDIR="$(PKG_INSTALL_DIR)" \ 41 all 42 endef 38 MAKE_FLAGS += \ 39 CFLAGS="$(TARGET_CFLAGS) -L$(STAGING_DIR)/usr/lib -I$(STAGING_DIR)/usr/include" 43 40 44 41 define Package/wavemon/install 45 46 $(CP) $(PKG_ BUILD_DIR)/wavemon $(1)/usr/bin/42 $(INSTALL_DIR) $(1)/usr/bin 43 $(CP) $(PKG_INSTALL_DIR)/usr/bin/wavemon $(1)/usr/bin/ 47 44 endef 48 45
Note: See TracChangeset
for help on using the changeset viewer.