Changeset 421

Show
Ignore:
Timestamp:
2003年11月23日 20時00分01秒 (5 years ago)
Author:
koichiro
Message:
  • setup.ini (wl-2.11.22-1-pkg.tar.gz): [curr] Release.
  • wanderlust/Makefile.pkg : Use CVS wl-2_11_22.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pkginfo/ChangeLog

    r420 r421  
     12003-11-23  Koichiro Ohba  <koichiro@ca.mbn.or.jp> 
     2 
     3        * setup.ini (wl-2.11.22-1-pkg.tar.gz): [curr] Release. 
     4        * wanderlust/Makefile.pkg : Use CVS wl-2_11_22. 
     5 
    162003-11-18  KOSEKI Yoshinori  <kose@meadowy.org> 
    27 
  • trunk/pkginfo/setup.ini

    r420 r421  
    219219 
    220220@ wanderlust 
    221 [curr
     221[prev
    222222version: 2.10.1-1 
    223223install: packages/wl-2.10.1-1-pkg.tar.gz 1280910 
     224[curr] 
     225version: 2.11.22-1 
     226install: packages/wl-2.11.22-1-pkg.tar.gz 1397597 
  • trunk/pkginfo/wanderlust/Makefile.pkg

    r380 r421  
    11####################################################### 
    2 # $Id: Makefile.pkg,v 1.4 2003/02/22 00:11:23 kose Exp
     2# $Id
    33# 
    44# Copyright (C) 2002 The Meadow Team 
     
    1414# make maintainer-clean 
    1515 
    16 # Wanderlust: Version 2.10.1 (Watching The Wheels) -- 2003/07/05 
    17 PKG=wl-2.10.1 
     16# Wanderlust: Version 2.11.22 
     17PKG=wl-2.11.22 
    1818BASE=wanderlust 
    1919PKG_VERSION=1 
    20 PKG_URL=ftp://ftp.gohome.org/wl/stable 
     20PKG_URL=http://cvs.m17n.org/cgi-bin/viewcvs/wanderlust/wanderlust.tar.gz?tarball=1&only_with_tag=wl-2_11_22 
    2121PKG_PATCH= 
    2222PKG_PKGINFO="URL: http://www.gohome.org/wl/" 
     
    4949 
    5050$(PKG) : 
    51         wget $(PKG_URL)/$@.tar.gz 
     51        wget -O $@.tar.gz '$(PKG_URL)' 
    5252        tar zxf $@.tar.gz 
    5353 
    5454$(DESTDIR)/$(BASE)/$(TARGET): $(PKG) 
    55         cd $(PKG) && $(MAKE) $(MAKE_OPTIONS) install 
     55        cd $(BASE) && $(MAKE) $(MAKE_OPTIONS) install 
    5656        sleep 2; touch $@ 
    5757 
     
    7777        echo $(PKG_PKGINFO) > _pkginfo) 
    7878        for F in README README.ja BUGS BUGS.ja INSTALL INSTALL.ja NEWS NEWS.ja samples/en/dot.wl samples/en/dot.folders samples/en/dot.addresses ; do \ 
    79           cp -p $(PKG)/$$F $(PKGINFO)/$(BASE); \ 
     79          cp -p $(BASE)/$$F $(PKGINFO)/$(BASE); \ 
    8080    done 
    8181        tar -C $(PREFIX) -cf $(basename $@) site-lisp/$(BASE) \