Changeset 556
- Timestamp:
- 2004年06月29日 18時02分37秒 (4 years ago)
- Files:
-
- branches/2.10/pkginfo/ChangeLog (modified) (1 diff)
- branches/2.10/pkginfo/ispell/Makefile.pkg (modified) (3 diffs)
- branches/2.10/pkginfo/setup.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.10/pkginfo/ChangeLog
r555 r556 1 1 2004-06-29 KOSEKI Yoshinori <kose@meadowy.org> 2 2 3 * setup.ini (ispell-3.2.06-3d-pkg): [Curr] Release. 4 * ispell/Makefile.pkg : Do not wget some files, use working cp. 5 3 6 * setup.ini (sdic-2.1.3-4d-pkg): [Curr] Release. 4 * sdic/Makefile.pkg (PKG_URL): Do not wget some files, use working cp.7 * sdic/Makefile.pkg : Do not wget some files, use working cp. 5 8 (sync 2.00) 6 9 branches/2.10/pkginfo/ispell/Makefile.pkg
r447 r556 17 17 PKG=ispell-3.2.06 18 18 BASE=ispell 19 PKG_VERSION=3 20 PKG_URL= http://www.fsci.fuk.kindai.ac.jp/aftp/pub/ptex/utils19 PKG_VERSION=3d 20 PKG_URL= http://www.fsci.fuk.kindai.ac.jp/aftp/pub/ptex/utils 21 21 PKG_PATCH= 22 22 PKG_PKGINFO="URL: http://www.fsci.fuk.kindai.ac.jp/~kakuto/soft.html" … … 24 24 25 25 ######### 26 include $(subst Makefile.pkg,../meadow.defs,$(MAKEFILE_LIST)) 26 MAKEDIR = $(firstword $(dir $(MAKEFILE_LIST))) 27 include $(MAKEDIR)../meadow.defs 27 28 28 29 DESTDIR=$(PREFIX)/site-lisp 29 MAKE_OPTIONS=LISPDIR=$(DESTDIR) EMACS=$(EMACS) PWD= VERSION_SPECIFIC_LISPDIR=$(PREFIX)/$(MEADOW_VERSION)/site-lisp30 MAKE_OPTIONS=LISPDIR=$(DESTDIR) EMACS=$(EMACS) PWD= 30 31 PKGINFO=$(PREFIX)/pkginfo 31 32 PWD= … … 67 68 rm -rf $(PKGINFO)/$(BASE) 68 69 if test ! -d $(PKGINFO)/$(BASE); then mkdir -p $(PKGINFO)/$(BASE); fi 69 (cd $(PKGINFO)/$(BASE) ; \ 70 wget $(PKGINFO_URL)/$(BASE)/Makefile.pkg $(PKGINFO_URL)/$(BASE)/dot.emacs;\ 71 echo $(PKG_PKGINFO) > _pkginfo) 70 cp -p $(MAKEDIR)Makefile.pkg $(PKGINFO)/$(BASE) 71 cp -p $(MAKEDIR)dot.emacs $(PKGINFO)/$(BASE) 72 echo $(PKG_PKGINFO) > $(PKGINFO)/$(BASE)/_pkginfo 73 chmod 666 $(PKGINFO)/$(BASE)/* 72 74 for F in COPYING.egrep COPYRIGHT Contributors README README.look README.w32 README.w32.english WISHES doc/ispell.4; do \ 73 75 cp -p $(PKG)/$$F $(PKGINFO)/$(BASE); \ branches/2.10/pkginfo/setup.ini
r555 r556 116 116 install: packages/intlfonts-1.2.1-4-pkg.tar.gz 16926403 117 117 118 #@ ispell119 #[curr]120 #version: 3.2.06-3d121 # install: packages/ispell-3.2.06-3d-pkg.tar.gz 2585603 118 @ ispell 119 [curr] 120 version: 3.2.06-3d 121 install: packages/ispell-3.2.06-3d-pkg.tar.gz 2585589 122 122 123 123 @ lookup
