New upstream version: 05_20130203: https://groups.google.com/forum/?fromgroups=#!topic/comp.compilers/-4rQXZviyxA
My updated PKGBUILD for this version:
- Install man pages for s7,s7c
- Add check() function to run tests (skip them with `makepkg --nocheck`
Here it is: http://pastie.org/6076258
Search Criteria
Package Details: seed7 05_20130203-3
Package Actions
| Package Base: | seed7 |
|---|---|
| Description: | An extensible, general purpose programming language. |
| Upstream URL: | http://seed7.sourceforge.net |
| Category: | devel |
| Licenses: | |
| Submitter: | mmirate |
| Maintainer: | perlawk |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2011-03-20 14:06 |
| Last Updated: | 2013-02-12 18:37 |
Required by (0)
Sources
Latest Comments
Comment by ackalker
Comment by ackalker
When trying to compile using s7c, I'm getting errors about not finding seed7_05.a, etc. in /usr/share/seed7/lib. I've fixed this by setting S7_LIB_DIR and SEED7_LIBRARY env vars. I've also taken the liberty of cleaning up the PKGBUILD a little, please review:
- No patching needed
- Added 'LGPL' to license
- it installs things in standard places
- doesn't need an .install file anymore.
The package (and the PKGBUILD almost) checks out using namcap (but please add yourself as Maintainer).
Please don't set symlinks in an .install file, they are not tracked by pacman and may cause conflicts (for example, when you want to use my PKGBUILD, you will need to remove the old seed7 package first or it will conflict).
Here is the PKGBUILD: http://pastie.org/6074893