Changeset 3641
- Timestamp:
- 10/26/07 01:53:10 (1 year ago)
- Files:
-
- trunk/freewrt/package/Depends.mk (modified) (1 diff)
- trunk/freewrt/package/irssi/Config.in (modified) (1 diff)
- trunk/freewrt/package/irssi/Makefile (modified) (2 diffs)
- trunk/freewrt/package/irssi/patches (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Depends.mk
r3603 r3641 61 61 iptables-snmp-compile: net-snmp-compile 62 62 iptraf-compile: ncurses-compile 63 irssi-compile: glib -compile ncurses-compile63 irssi-compile: glib2-compile ncurses-compile 64 64 jamvm-compile: libffi-sable-compile zlib-compile sablevm-classpath-compile 65 65 joe-compile: ncurses-compile trunk/freewrt/package/irssi/Config.in
r2170 r3641 3 3 tristate 4 4 default n 5 select FWRT_PACKAGE_GLIB 15 select FWRT_PACKAGE_GLIB2 6 6 select FWRT_PACKAGE_LIBNCURSES 7 7 help 8 8 IRC client for the text console 9 9 10 10 http://irssi.org 11 11 trunk/freewrt/package/irssi/Makefile
r2678 r3641 8 8 9 9 PKG_NAME:= irssi 10 PKG_VERSION:= 0.8.1 010 PKG_VERSION:= 0.8.12 11 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 38e616bccb6a34ff6d91690317c2fa1913 DISTFILES:= ${PKG_NAME}-${PKG_VERSION} a.tar.bz212 PKG_MD5SUM:= e407b557b3cfc7c91ce4de2571dd79cb 13 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 14 14 MASTER_SITES:= http://irssi.org/files/ 15 PKG_DEPENDS:= glib 1, libpthread, libncurses15 PKG_DEPENDS:= glib2, libncurses 16 16 17 17 include ${TOPDIR}/mk/package.mk … … 20 20 21 21 CONFIGURE_STYLE= gnu 22 CONFIGURE_ENV+= ac_cv_c_bigendian=no \23 ac_cv_sizeof_off_t=824 22 CONFIGURE_ARGS+= --with-perl=no \ 25 --with-glib1 \26 23 --with-gnu-ld \ 27 24 --with-textui \ 28 --with out-terminfo \25 --with-terminfo \ 29 26 --without-bot \ 30 --without-file-offset-size \ 31 --disable-proxy \ 32 --enable-static \ 33 --with-glib-prefix='${STAGING_DIR}/usr' 27 --without-proxy \ 28 --enable-static 34 29 BUILD_STYLE= auto 35 30 36 31 ifeq (${FWRT_PACKAGE_IRSSI_SSL},y) 37 CONFIGURE_ARGS+= -- with-ssl='${STAGING_DIR}/usr'32 CONFIGURE_ARGS+= --enable-ssl 38 33 PKG_DEPENDS:= ${PKG_DEPENDS}, openssl 39 34 else 40 CONFIGURE_ARGS+= -- without-ssl35 CONFIGURE_ARGS+= --disable-ssl 41 36 endif 42 37


