Changeset 1646 for trunk/scripts
- Timestamp:
- 10/25/04 15:36:18 (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
r1616 r1646 1 1 Package: logtalk 2 Version: 2.21. 32 Version: 2.21.4 3 3 Section: languages 4 4 Priority: optional -
trunk/scripts/lgt_install.sh
r1642 r1646 17 17 fi 18 18 19 rm -rf $prefix/lgt221 319 rm -rf $prefix/lgt2214 20 20 rm -f $prefix/logtalk 21 21 22 mkdir $prefix/lgt221 322 mkdir $prefix/lgt2214 23 23 24 24 cd .. 25 cp -R * $prefix/lgt221 325 cp -R * $prefix/lgt2214 26 26 27 27 cd $prefix 28 chmod -R go-w,a+r lgt221 329 chmod a+x lgt221 330 chmod a+x lgt221 3/misc/*.sh31 chmod a+x lgt221 3/xml/*.sh32 ln -sf lgt221 3logtalk28 chmod -R go-w,a+r lgt2214 29 chmod a+x lgt2214 30 chmod a+x lgt2214/misc/*.sh 31 chmod a+x lgt2214/xml/*.sh 32 ln -sf lgt2214 logtalk 33 33 34 34 mkdir -p bin 35 35 cd bin 36 ln -sf ../lgt221 3/misc/cplgtdirs.sh cplgtdirs37 ln -sf ../lgt221 3/xml/lgt2pdf.sh lgt2pdf38 ln -sf ../lgt221 3/xml/lgt2html.sh lgt2html36 ln -sf ../lgt2214/misc/cplgtdirs.sh cplgtdirs 37 ln -sf ../lgt2214/xml/lgt2pdf.sh lgt2pdf 38 ln -sf ../lgt2214/xml/lgt2html.sh lgt2html 39 39 40 40 echo "Logtalk installation completed." -
trunk/scripts/logtalk.spec
r1616 r1646 1 1 Name: logtalk 2 2 Summary: Logtalk - Open source object-oriented extension to Prolog 3 Version: 2.21. 33 Version: 2.21.4 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 3.tgz8 Source: http://www.logtalk.org/files/lgt2214.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 316 %setup -n lgt2214 17 17 %build 18 18 %install 19 rm -rf /usr/local/lgt221 319 rm -rf /usr/local/lgt2214 20 20 rm -f /usr/local/logtalk 21 mkdir /usr/local/lgt221 322 cp -R * /usr/local/lgt221 321 mkdir /usr/local/lgt2214 22 cp -R * /usr/local/lgt2214 23 23 cd /usr/local 24 chmod -R go-w,a+r lgt221 325 chmod a+x lgt221 326 chmod a+x lgt221 3/misc/*.sh27 chmod a+x lgt221 3/xml/*.sh28 ln -sf lgt221 3logtalk24 chmod -R go-w,a+r lgt2214 25 chmod a+x lgt2214 26 chmod a+x lgt2214/misc/*.sh 27 chmod a+x lgt2214/xml/*.sh 28 ln -sf lgt2214 logtalk 29 29 cd bin 30 ln -sf ../lgt221 3/misc/cplgtdirs.sh cplgtdirs31 ln -sf ../lgt221 3/xml/lgt2pdf.sh lgt2pdf32 ln -sf ../lgt221 3/xml/lgt2html.sh lgt2html30 ln -sf ../lgt2214/misc/cplgtdirs.sh cplgtdirs 31 ln -sf ../lgt2214/xml/lgt2pdf.sh lgt2pdf 32 ln -sf ../lgt2214/xml/lgt2html.sh lgt2html 33 33 %clean 34 34 %files 35 35 %defattr(-,root,users) 36 %doc /usr/local/lgt221 3/BIBLIOGRAPHY37 %doc /usr/local/lgt221 3/INSTALL38 %doc /usr/local/lgt221 3/LICENSE39 %doc /usr/local/lgt221 3/QUICK_START40 %doc /usr/local/lgt221 3/README41 %doc /usr/local/lgt221 3/RELEASE_NOTES42 %doc /usr/local/lgt221 3/UPGRADING43 /usr/local/lgt221 3/compiler44 /usr/local/lgt221 3/configs45 /usr/local/lgt221 3/examples46 /usr/local/lgt221 3/library47 %docdir /usr/local/lgt221 3/manuals48 /usr/local/lgt221 3/manuals49 /usr/local/lgt221 3/misc50 /usr/local/lgt221 3/wenv51 /usr/local/lgt221 3/xml36 %doc /usr/local/lgt2214/BIBLIOGRAPHY 37 %doc /usr/local/lgt2214/INSTALL 38 %doc /usr/local/lgt2214/LICENSE 39 %doc /usr/local/lgt2214/QUICK_START 40 %doc /usr/local/lgt2214/README 41 %doc /usr/local/lgt2214/RELEASE_NOTES 42 %doc /usr/local/lgt2214/UPGRADING 43 /usr/local/lgt2214/compiler 44 /usr/local/lgt2214/configs 45 /usr/local/lgt2214/examples 46 /usr/local/lgt2214/library 47 %docdir /usr/local/lgt2214/manuals 48 /usr/local/lgt2214/manuals 49 /usr/local/lgt2214/misc 50 /usr/local/lgt2214/wenv 51 /usr/local/lgt2214/xml 52 52 /usr/local/logtalk 53 53 /usr/local/bin/cplgtdirs
