Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

z88 FEM Solver (tracking maintainers and repos) #19

Open
1 of 7 tasks
luzpaz opened this issue Nov 25, 2018 · 4 comments
Open
1 of 7 tasks

z88 FEM Solver (tracking maintainers and repos) #19

luzpaz opened this issue Nov 25, 2018 · 4 comments

Comments

@luzpaz
Copy link
Owner

luzpaz commented Nov 25, 2018

Packaging status

Per @berndhahnebach in this thread explains that v13.0.0 is obsolete.

z88os v13 released 20.05.2009 
  https://forum.z88.de/viewtopic.php?t=90
z88os v15 released 17.07.2017 
  https://forum.z88.de/viewtopic.php?f=18&t=885

We should notify downstream repos of this...though, actually, z88 needs maintainers on some of the larger distro/package-managers!

@luzpaz luzpaz changed the title Notify downstream repos that z88 v13 is obsolete and v15 is the most up to date Need maintainers for z88 FEM Solver (Tracking ticket) Nov 25, 2018
@luzpaz
Copy link
Owner Author

luzpaz commented Nov 26, 2018

#20

@luzpaz
Copy link
Owner Author

luzpaz commented Dec 4, 2018

Downstream freebsd ticket https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233772

@luzpaz
Copy link
Owner Author

luzpaz commented Feb 4, 2019

Downstream Arch forum thread requesting package: https://bbs.archlinux.org/viewtopic.php?pid=1830273#p1830273

@luzpaz
Copy link
Owner Author

luzpaz commented Mar 8, 2019

Per the above link, it seems like this could be used as a PKGBUILD for z88 on Arch. Now we need a maintainer!

# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Maintainer: Your Name <[email protected]>
pkgname=z880s
_srcname=z88v15os
pkgver=15
pkgrel=1
pkgdesc=""
arch=('x86_64')
url="https://en.z88.de/z88os/"
license=('GPL')
depends=('gtk2')
source=("http://download.z88.de/z88os/v15/z88v15os.zip")
sha256sums=('0b200f89cc060b5c5732728cfb978b0d6cfa762397460d4382063564b9e4c94b')

prepare() {
	cd $_srcname/bin
	rm -rf mac win32 win64
	rm unix64/*
}

build() {
	cd $_srcname
	make -f make/make_unix_64/z88com.mk.gcc64 DIRECA=.
}

package() {
	cd $_srcname
	install -Dm755 bin/unix64/z88com $pkgdir/usr/bin/z88com
}

@luzpaz luzpaz changed the title Need maintainers for z88 FEM Solver (Tracking ticket) z88 FEM Solver (tracking maintainers and repos) Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant