Changeset 625
- Timestamp:
- 2005年02月17日 19時55分21秒 (4 years ago)
- Files:
-
- branches/2.10/pkginfo/ChangeLog (modified) (1 diff)
- branches/2.10/pkginfo/mew/Makefile.pkg (modified) (4 diffs)
- branches/2.10/pkginfo/mew/auto-autoloads.el (modified) (1 diff)
- branches/2.10/pkginfo/setup.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.10/pkginfo/ChangeLog
r624 r625 1 1 2005-02-17 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * setup.ini (mew-4.2-1-pkg): [Curr] Release. 4 * mew/auto-autoloads.el: change icon-dir. 5 * mew/Makefile.pkg: 4.2-1. 2 6 3 7 * apel-200409270914-1-pkg, bbdb-2.35-2-pkg, c-sig.3.8-5-pkg, branches/2.10/pkginfo/mew/Makefile.pkg
r623 r625 14 14 # make maintainer-clean 15 15 16 # 2004/06/01 released.17 PKG=mew-4. 0.6518 PKG_VERSION=1 d16 # 17 PKG=mew-4.2 18 PKG_VERSION=1 19 19 BASE=mew 20 # PKG_URL=ftp://ftp.mew.org/pub/Mew/beta21 #PKG_URL=ftp://ftp.mew.org/pub/Mew/release22 PKG_URL= ftp://ftp.mew.org/pub/Mew/alpha20 # PKG_URL=ftp://ftp.mew.org/pub/Mew/beta 21 PKG_URL=ftp://ftp.mew.org/pub/Mew/release 22 # PKG_URL= ftp://ftp.mew.org/pub/Mew/alpha 23 23 PKG_PATCH= 24 24 PKG_PKGINFO="URL: http://www.mew.org/" … … 41 41 42 42 $(LISPDIR)/$(BASE)/$(TARGET): $(PKG) 43 cd $(PKG) ; make $(MAKE_OPTIONS) el install-el install-info install-jinfo install-etc 43 cd $(PKG) ; ./configure --infodir=$(INFODIR) 44 cd $(PKG) ; make $(MAKE_OPTIONS) elispdir=$(LISPDIR)/mew etcdir=$(PKGDIR)/etc/mew el install-el install-info install-jinfo install-etc 44 45 45 46 $(PKG) : … … 49 50 uninstall: 50 51 rm -rf $(LISPDIR)/$(BASE)/ 51 rm -rf $( LISPDIR)/etc/$(BASE)/52 rm -rf $(PKGDIR)/etc/$(BASE)/ 52 53 rm -rf $(PKGINFO)/$(BASE)/ 53 54 rm -f $(addprefix $(PREFIX)/, $(PKG_INFO)) 54 rm -f $(P KGDIR)/bin/mewencode.exe55 rm -f $(P KGDIR)/bin/mewl.exe55 rm -f $(PREFIX)/bin/mewencode.exe 56 rm -f $(PREFIX)/bin/mewl.exe 56 57 57 58 pkg: $(PKG)-$(PKG_VERSION)-pkg.tar.gz 58 59 59 MEWZIP=MEW4 065.ZIP60 MEWZIPVER=mew-4. 0.6560 MEWZIP=MEW42W0.ZIP 61 MEWZIPVER=mew-4.2 61 62 62 $(P KGDIR)/bin/mewencode.exe $(PKGDIR)/bin/mewl.exe:63 wget ftp://ftp.mew.org/pub/Mew/Win32/ alpha/$(MEWZIP)63 $(PREFIX)/bin/mewencode.exe $(PREFIX)/bin/mewl.exe: 64 wget ftp://ftp.mew.org/pub/Mew/Win32/release/$(MEWZIP) 64 65 rm -rf $(MEWZIPVER) 65 66 unzip $(MEWZIP) 66 67 chmod 755 $(MEWZIPVER)/bin/mewencode.exe $(MEWZIPVER)/bin/mewl.exe 67 cp -p $(MEWZIPVER)/bin/mewencode.exe $(MEWZIPVER)/bin/mewl.exe $(P KGDIR)/bin68 cp -p $(MEWZIPVER)/bin/mewencode.exe $(MEWZIPVER)/bin/mewl.exe $(PREFIX)/bin 68 69 69 70 $(PKG)-$(PKG_VERSION)-pkg.tar.gz : $(LISPDIR)/$(BASE)/$(TARGET) \ 70 $(P KGDIR)/bin/mewencode.exe \71 $(P KGDIR)/bin/mewl.exe71 $(PREFIX)/bin/mewencode.exe \ 72 $(PREFIX)/bin/mewl.exe 72 73 rm -rf $(PKGINFO)/$(BASE) 73 74 if test ! -d $(PKGINFO)/$(BASE); then mkdir -p $(PKGINFO)/$(BASE); fi … … 83 84 done 84 85 tar -C $(PREFIX) -cf $(basename $@) packages/lisp/$(BASE) \ 85 packages/ lisp/etc/$(BASE) packages/pkginfo/$(BASE) $(PKG_INFO) \86 packages/etc/$(BASE) packages/pkginfo/$(BASE) $(PKG_INFO) \ 86 87 bin/mewencode.exe \ 87 88 bin/mewl.exe branches/2.10/pkginfo/mew/auto-autoloads.el
r398 r625 9 9 10 10 (setq mew-demo-picture t) 11 (setq mew-icon-directory 12 (expand-file-name "" (concat exec-directory "../../site-lisp/etc/mew/"))) 11 (setq mew-icon-directory (expand-file-name "etc/mew" netinstall-pkg-dir)) 13 12 14 13 ;;; auto-autoloads.el ends here branches/2.10/pkginfo/setup.ini
r623 r625 119 119 install: packages/lookup-1.4-1-pkg.tar.gz 230939 120 120 121 #@ mew122 #[curr]123 # version: 4.0.65-1d 124 # install: packages/mew-4.0.65-1d-pkg.tar.gz 1097089 121 @ mew 122 [curr] 123 version: 4.2-1 124 install: packages/mew-4.2-1-pkg.tar.gz 1138025 125 125 126 126 @ misc
