Changeset 24ad068 in freewrt


Ignore:
Timestamp:
May 22, 2007, 4:24:55 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
f8c5cfb
Parents:
8fb85da
Message:

convert to new confprog syntax, simplify

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2605 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/cxxtools/Makefile

    r8fb85da r24ad068  
    99PKG_NAME:=              cxxtools
    1010PKG_VERSION:=           1.4.3.6
    11 PKG_RELEASE:=           1
     11PKG_RELEASE:=           2
    1212PKG_MD5SUM:=            83ab81e0d5f937f0d87ba72a4aa51e11
    1313PKG_SOURCE_URL:=        http://www.tntnet.org/download
     
    2222CONFIGURE_ARGS+=        --with-libiconv-prefix="${STAGING_DIR}/usr"
    2323BUILD_STYLE:=           auto
    24 INSTALL_STYLE:=         auto
     24INSTALL_STYLE:=         auto confprog
    2525
    2626# add workaround because libtool tries to link libstdc++
     
    3232        ${INSTALL_DIR} ${IDIR_CXXTOOLS}/usr/lib
    3333        ${CP} ${WRKINST}/usr/lib/libcxxtools.so.* ${IDIR_CXXTOOLS}/usr/lib/
    34         ${SED} 's,-I$${includedir},,g' ${WRKINST}/usr/bin/cxxtools-config
    35         ${SED} 's,-I${STAGING_DIR}/usr/include,,g' ${WRKINST}/usr/bin/cxxtools-config
    36         ${SED} 's,-L$${libdir},,g' ${WRKINST}/usr/bin/cxxtools-config
    37         ${SED} 's,-L${STAGING_DIR}/usr/lib,,g' ${WRKINST}/usr/bin/cxxtools-config
    3834
    3935include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracChangeset for help on using the changeset viewer.