update pwlib to new version
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9164 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef6b16d4d5
commit
174cbd7cb2
@ -9,12 +9,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pwlib
|
PKG_NAME:=pwlib
|
||||||
PKG_VERSION:=cvs-20051227
|
PKG_VERSION:=1.11.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://trash.uid0.hu/openwrt
|
PKG_SOURCE_URL:=ftp://peternixon.net/pub/voxgratia
|
||||||
PKG_MD5SUM:=7d5b8e9ab61a05658a5630f91505420d
|
PKG_MD5SUM:=e1102dfd2608e3a117a2e016d0db53e3
|
||||||
|
|
||||||
|
PKG_BUILD_DIR:=$(BUILD_DIR)/pwlib-$(PKG_VERSION)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -23,13 +25,19 @@ define Package/pwlib
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libpthread +uclibcxx
|
DEPENDS:=+libpthread +uclibcxx
|
||||||
TITLE:=Portable Windows library
|
TITLE:=Portable Windows library
|
||||||
URL:=http://www.openh323.org/
|
URL:=http://www.voxgratia.org/
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/pwlib/description
|
||||||
|
PWLib is a moderately large class library that was created as a
|
||||||
|
method to produce applications that run on both Microsoft
|
||||||
|
Windows and the X Window System.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-minsize \
|
--enable-minsize \
|
||||||
--enable-openh323 \
|
--enable-openh323 \
|
||||||
--disable-opal \
|
--enable-opal \
|
||||||
--disable-internalregex \
|
--disable-internalregex \
|
||||||
--disable-plugins \
|
--disable-plugins \
|
||||||
--enable-audio \
|
--enable-audio \
|
||||||
@ -59,7 +67,7 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-snmp \
|
--disable-snmp \
|
||||||
--disable-soap \
|
--disable-soap \
|
||||||
--disable-socks \
|
--disable-socks \
|
||||||
--disable-stun \
|
--enable-stun \
|
||||||
--disable-telnet \
|
--disable-telnet \
|
||||||
--disable-tts \
|
--disable-tts \
|
||||||
--disable-v4l \
|
--disable-v4l \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user