Changeset 2694

Show
Ignore:
Timestamp:
06/04/07 14:18:07 (2 years ago)
Author:
tg
Message:

• mysql _does_ depend on ncurses
• rename “libmysqlclient” to “mysql-client” to make room for “mysql-server”

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/Depends.mk

    r2691 r2694  
    7878mtr-compile: ncurses-compile 
    7979mutt-compile: ncurses-compile openssl-compile 
    80 mysql-compile: zlib-compile 
     80mysql-compile: ncurses-compile zlib-compile 
    8181nano-compile: ncurses-compile 
    8282neon-compile: libpthread-compile libxml2-compile openssl-compile zlib-compile 
  • trunk/freewrt/package/mysql/Config.in

    r2691 r2694  
    33        default n 
    44        depends FWRT_PACKAGE_LIBMYSQLCLIENT 
     5        select FWRT_PACKAGE_LIBNCURSES 
    56        select FWRT_PACKAGE_ZLIB 
    67 
    7 config FWRT_PACKAGE_LIBMYSQLCLIENT 
     8config FWRT_PACKAGE_MYSQL_CLIENT 
    89        prompt "mysql-client...................... MySQL client library" 
    910        tristate 
  • trunk/freewrt/package/mysql/Makefile

    r2691 r2694  
    1616include ${TOPDIR}/mk/package.mk 
    1717 
    18 $(eval $(call PKG_template,LIBMYSQLCLIENT,libmysqlclient,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 
     18$(eval $(call PKG_template,MYSQL_CLIENT,mysql-client,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 
    1919 
    2020CONFIGURE_STYLE:=       gnu 
  • trunk/freewrt/package/mysql/ipkg/mysql-client.control

    r1 r2694  
    1 Package: libmysqlclient 
     1Package: mysql-client 
    22Priority: optional 
    33Section: libs 
    4 Depends: zlib 
     4Depends: libncurses, zlib 
    55Description: MySQL client library