Package Details: seed7 05_20130203-3

Package Base: seed7
Description: An extensible, general purpose programming language.
Upstream URL: http://seed7.sourceforge.net
Category: devel
Licenses: GPL2 LGPL
Submitter: mmirate
Maintainer: perlawk
Last Packager: None
Votes: 1
First Submitted: 2011-03-20 14:06
Last Updated: 2013-02-12 18:37

Latest Comments

Comment by ackalker

2013-02-06 01:31

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

Comment by ackalker

2013-02-05 21:58

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