Changeset 8e21cca in freewrt for package/joe/Makefile


Ignore:
Timestamp:
Dec 27, 2011, 7:37:50 PM (14 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
099742b
Parents:
9f85f04
Message:

update 1.0’s joe package and (while here) improve pkg menu description

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3975 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/joe/Makefile

    r9f85f04 r8e21cca  
    88
    99PKG_NAME=               joe
    10 PKG_VERSION=            3.1jupp12
     10PKG_VERSION=            3.1jupp18
    1111PKG_RELEASE=            1
    12 PKG_MD5SUM=             4f11eb7ded5b43e4055e7c69000ac169
     12PKG_MD5SUM=             dacab6c567d4aa8c92f1491a9764b50a
    1313
    1414PKG_SOURCE_URL=         http://www.mirbsd.org/MirOS/dist/jupp/ \
     
    3838                        --sysconfdir=/usr/share \
    3939                        --disable-dependency-tracking \
     40                        --disable-getpwnam \
    4041                        --disable-termidx \
    4142                        --with-gnu-ld \
     
    5455$(IPKG_JOE):
    5556        install -d -m 0755 $(IDIR_JOE)/usr/{bin,share/joe/{charmaps,syntax}}
    56         $(CP) $(WRKINST)/usr/bin/joe $(IDIR_JOE)/usr/bin/
    57         $(CP) $(WRKINST)/usr/share/joe/j*rc $(IDIR_JOE)/usr/share/joe/
    58 ifneq ($(strip ${FWRT_PACKAGE_JOE_FULL}),)
     57        ${CP} ${WRKINST}/usr/bin/joe ${IDIR_JOE}/usr/bin/
     58        ${CP} ${WRKINST}/usr/share/joe/j*rc ${IDIR_JOE}/usr/share/joe/
    5959        ${CP} ${WRKINST}/usr/share/joe/charmaps/* \
    6060            ${IDIR_JOE}/usr/share/joe/charmaps/
    6161        ${CP} ${WRKINST}/usr/share/joe/syntax/* \
    6262            ${IDIR_JOE}/usr/share/joe/syntax/
    63 endif
    64         (cd $(IDIR_JOE)/usr/bin; for a in jmacs jpico jstar jupp; do \
    65                 ln -sf joe $$a; done)
     63        cd ${IDIR_JOE}/usr/bin; for a in jmacs jpico jstar jupp; do \
     64                ln -sf joe $$a; \
     65        done
    6666ifeq ($(strip ${FWRT_PACKAGE_JOE_FULL}),)
    6767        # can remove jupprc since it's built-in since joe-3.1jupp12 in
Note: See TracChangeset for help on using the changeset viewer.