mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 17:15:01 +02:00
Merge branch 'master' of projects.qi-hardware.com:openwrt-packages
This commit is contained in:
commit
7b6b74cff2
@ -16,7 +16,7 @@ define Package/centerim
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Instant Messaging
|
||||
DEPENDS:=+libncurses +libreadline +gpgme +libopenssl +libcurl +libgnutls-extra
|
||||
DEPENDS:=+libncurses +libreadline +gpgme +libopenssl +libcurl
|
||||
TITLE:=Universal IM client
|
||||
URL:=http://www.centerim.org
|
||||
endef
|
||||
@ -31,6 +31,7 @@ CONFIGURE_VARS+=ac_cv_lib_ncurses_initscr=yes
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--prefix=/usr \
|
||||
--with-openssl=$(STAGING_DIR)/usr/lib \
|
||||
)
|
||||
endef
|
||||
|
||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gmenu2x
|
||||
PKG_VERSION:=20100901
|
||||
PKG_REV:=5c05348ba99b6551d22bbaea17bfcabff31befbd
|
||||
PKG_REV:=0775638dbcbc491d98df3c8932a933d1be2790d6
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user