Update miau: 0.6.3 > 0.6.4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7796 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
579f2c5ed6
commit
f1d13bd5db
@ -9,13 +9,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=miau
|
PKG_NAME:=miau
|
||||||
PKG_VERSION:=0.6.3
|
PKG_VERSION:=0.6.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/miau
|
PKG_SOURCE_URL:=@SF/miau
|
||||||
PKG_MD5SUM:=ddc69b54c3c74adc5e5b45aa62e1f4e2
|
PKG_MD5SUM:=6ee1b23fe55b46988d0714021b0ff76c
|
||||||
PKG_CAT:=zcat
|
PKG_CAT:=bzcat
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
@ -34,21 +34,16 @@ define Package/miau
|
|||||||
URL:=http://sourceforge.net/projects/miau/
|
URL:=http://sourceforge.net/projects/miau/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS += \
|
||||||
$(call Build/Configure/Default, \
|
|
||||||
--enable-automode \
|
--enable-automode \
|
||||||
--enable-releasenick \
|
--enable-releasenick \
|
||||||
--enable-uptime \
|
--enable-uptime \
|
||||||
--enable-privlog \
|
--enable-privlog \
|
||||||
--enable-onconnect \
|
--enable-onconnect
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
MAKE_FLAGS += \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
all install
|
all install
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/miau/install
|
define Package/miau/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user