packages/aircrack: enable unstable binaries (closes: #8018), use PKG_INSTALL, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23396 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
003abe6308
commit
e98d8daf0f
@ -9,13 +9,15 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=aircrack-ng
|
PKG_NAME:=aircrack-ng
|
||||||
PKG_VERSION:=1.1
|
PKG_VERSION:=1.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://download.aircrack-ng.org/ \
|
PKG_SOURCE_URL:=http://download.aircrack-ng.org/ \
|
||||||
http://archive.aircrack-ng.org/aircrack-ng/$(PKG_VERSION)/
|
http://archive.aircrack-ng.org/aircrack-ng/$(PKG_VERSION)/
|
||||||
PKG_MD5SUM:=f7a24ed8fad122c4187d06bfd6f998b4
|
PKG_MD5SUM:=f7a24ed8fad122c4187d06bfd6f998b4
|
||||||
|
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/aircrack-ng
|
define Package/aircrack-ng
|
||||||
@ -31,19 +33,13 @@ define Package/aircrack-ng/description
|
|||||||
Aircrack-ng is the next generation of aircrack with new features
|
Aircrack-ng is the next generation of aircrack with new features
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
MAKE_FLAGS += \
|
||||||
endef
|
CFLAGS="$(TARGET_CFLAGS) -Wall -Iinclude/ $(TARGET_CPPFLAGS) -D_REVISION=0" \
|
||||||
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
define Build/Compile
|
OSNAME=Linux \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
prefix="/usr" \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
sqlite="false" \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -Wall -Iinclude/ $(TARGET_CPPFLAGS) -D_REVISION=0" \
|
unstable="true" \
|
||||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
|
||||||
prefix="/usr" \
|
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
OSNAME=Linux \
|
|
||||||
all install
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/aircrack-ng/install
|
define Package/aircrack-ng/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user