Changeset 1597 for trunk/scripts
- Timestamp:
- 10/16/04 08:35:59 (4 years ago)
- Location:
- trunk/scripts
- Files:
-
- 3 modified
-
debian/control (modified) (1 diff)
-
lgt_install.sh (modified) (1 diff)
-
logtalk.spec (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/debian/control
r1530 r1597 1 1 Package: logtalk 2 Version: 2.21. 12 Version: 2.21.2 3 3 Section: languages 4 4 Priority: optional -
trunk/scripts/lgt_install.sh
r1540 r1597 17 17 fi 18 18 19 rm -rf $prefix/lgt221 119 rm -rf $prefix/lgt2212 20 20 rm -f $prefix/logtalk 21 21 22 mkdir $prefix/lgt221 122 mkdir $prefix/lgt2212 23 23 24 24 cd .. 25 cp -R * $prefix/lgt221 125 cp -R * $prefix/lgt2212 26 26 27 27 cd $prefix 28 chmod -R go-w,a+r lgt221 129 chmod a+x lgt221 130 chmod a+x lgt221 1/misc/*.sh31 chmod a+x lgt221 1/xml/*.sh32 ln -sf lgt221 1logtalk28 chmod -R go-w,a+r lgt2212 29 chmod a+x lgt2212 30 chmod a+x lgt2212/misc/*.sh 31 chmod a+x lgt2212/xml/*.sh 32 ln -sf lgt2212 logtalk 33 33 34 34 cd bin 35 ln -sf ../lgt221 1/misc/cplgtdirs.sh cplgtdirs36 ln -sf ../lgt221 1/xml/lgt2pdf.sh lgt2pdf37 ln -sf ../lgt221 1/xml/lgt2html.sh lgt2html35 ln -sf ../lgt2212/misc/cplgtdirs.sh cplgtdirs 36 ln -sf ../lgt2212/xml/lgt2pdf.sh lgt2pdf 37 ln -sf ../lgt2212/xml/lgt2html.sh lgt2html 38 38 39 39 echo "Logtalk installation completed." -
trunk/scripts/logtalk.spec
r1530 r1597 1 1 Name: logtalk 2 2 Summary: Logtalk - Open source object-oriented extension to Prolog 3 Version: 2.21. 13 Version: 2.21.2 4 4 Release: 1 5 5 License: Artistic License 2.0 6 6 Group: Development/Languages 7 7 Packager: Paulo Moura <pmoura@logtalk.org> 8 Source: http://www.logtalk.org/files/lgt221 1.tgz8 Source: http://www.logtalk.org/files/lgt2212.tgz 9 9 BuildArchitectures: noarch 10 10 URL: http://www.logtalk.org/ … … 14 14 Logtalk is an open source object-oriented extension to the Prolog programming language. Integrating logic programming with object-oriented and event-driven programming, it is compatible with most Prolog compilers. It supports both prototypes and classes. In addition, it supports component-based programming through category-based composition. 15 15 %prep 16 %setup -n lgt221 116 %setup -n lgt2212 17 17 %build 18 18 %install 19 rm -rf /usr/local/lgt221 119 rm -rf /usr/local/lgt2212 20 20 rm -f /usr/local/logtalk 21 mkdir /usr/local/lgt221 122 cp -R * /usr/local/lgt221 121 mkdir /usr/local/lgt2212 22 cp -R * /usr/local/lgt2212 23 23 cd /usr/local 24 chmod -R go-w,a+r lgt221 125 chmod a+x lgt221 126 chmod a+x lgt221 1/misc/*.sh27 chmod a+x lgt221 1/xml/*.sh28 ln -sf lgt221 1logtalk24 chmod -R go-w,a+r lgt2212 25 chmod a+x lgt2212 26 chmod a+x lgt2212/misc/*.sh 27 chmod a+x lgt2212/xml/*.sh 28 ln -sf lgt2212 logtalk 29 29 cd bin 30 ln -sf ../lgt221 1/misc/cplgtdirs.sh cplgtdirs31 ln -sf ../lgt221 1/xml/lgt2pdf.sh lgt2pdf32 ln -sf ../lgt221 1/xml/lgt2html.sh lgt2html30 ln -sf ../lgt2212/misc/cplgtdirs.sh cplgtdirs 31 ln -sf ../lgt2212/xml/lgt2pdf.sh lgt2pdf 32 ln -sf ../lgt2212/xml/lgt2html.sh lgt2html 33 33 %clean 34 34 %files 35 35 %defattr(-,root,users) 36 %doc /usr/local/lgt221 1/BIBLIOGRAPHY37 %doc /usr/local/lgt221 1/INSTALL38 %doc /usr/local/lgt221 1/LICENSE39 %doc /usr/local/lgt221 1/QUICK_START40 %doc /usr/local/lgt221 1/README41 %doc /usr/local/lgt221 1/RELEASE_NOTES42 %doc /usr/local/lgt221 1/UPGRADING43 /usr/local/lgt221 1/compiler44 /usr/local/lgt221 1/configs45 /usr/local/lgt221 1/examples46 /usr/local/lgt221 1/library47 %docdir /usr/local/lgt221 1/manuals48 /usr/local/lgt221 1/manuals49 /usr/local/lgt221 1/misc50 /usr/local/lgt221 1/wenv51 /usr/local/lgt221 1/xml36 %doc /usr/local/lgt2212/BIBLIOGRAPHY 37 %doc /usr/local/lgt2212/INSTALL 38 %doc /usr/local/lgt2212/LICENSE 39 %doc /usr/local/lgt2212/QUICK_START 40 %doc /usr/local/lgt2212/README 41 %doc /usr/local/lgt2212/RELEASE_NOTES 42 %doc /usr/local/lgt2212/UPGRADING 43 /usr/local/lgt2212/compiler 44 /usr/local/lgt2212/configs 45 /usr/local/lgt2212/examples 46 /usr/local/lgt2212/library 47 %docdir /usr/local/lgt2212/manuals 48 /usr/local/lgt2212/manuals 49 /usr/local/lgt2212/misc 50 /usr/local/lgt2212/wenv 51 /usr/local/lgt2212/xml 52 52 /usr/local/logtalk 53 53 /usr/local/bin/cplgtdirs
