Package Details: netica 6.07-1

Git Clone URL: https://aur.archlinux.org/netica.git (read-only, click to copy)
Package Base: netica
Description: Probabilistic graphical model software for editing, learning from data, and computation with Bayesian networks
Upstream URL: https://norsys.com/
Licenses: custom:netica license
Submitter: DanielBoerlage
Maintainer: DanielBoerlage
Last Packager: DanielBoerlage
Votes: 1
Popularity: 0.000000
First Submitted: 2015-07-14 05:39 (UTC)
Last Updated: 2020-11-27 01:07 (UTC)

Latest Comments

DanielBoerlage commented on 2020-11-27 01:16 (UTC) (edited on 2020-11-27 01:16 (UTC) by DanielBoerlage)

@ttmx Thanks for the help! I switched the source url to a permanent version.

ttmx commented on 2020-11-26 13:08 (UTC) (edited on 2020-11-26 13:12 (UTC) by ttmx)

Updated PKGBUILD here:

# Maintainer: Daniel Boerlage <daniel.brlg@gmail.com>
pkgname=netica
pkgver=6.07
pkgrel=1
pkgdesc="Probabilistic graphical model software for editing, learning from data, and computation with Bayesian networks"
arch=('any')
url="https://norsys.com/"
license=('custom:netica license')
depends=('wine-mono')
install=${pkgname}.install
source=(netica https://www.norsys.com/downloads/Netica_Win.zip)
sha256sums=('31c60a2af0520a121161b66d4a1fa0e7c055766130bf63682aab06fb8c6a50dd'
        '00e56212fb488237d5253ff80de0c125175e0d219b4a37b989f0fcc1986d1951')

package() {
    # install netica-app
    install -d "$pkgdir"/opt/norsys/netica/
    cp -a "Netica 607"/* "$pkgdir"/opt/norsys/netica/

    # installing netica launcher
    install -d "$pkgdir"/usr/bin/
    install -m755 netica "$pkgdir"/usr/bin/netica

    # linking licence
    install -d "$pkgdir"/usr/share/licenses/netica
    ln -s '/opt/norsys/netica/License Agreement.pdf' "$pkgdir"/usr/share/licenses/netica/LICENSE.pdf
}

Thank you!

DanielBoerlage commented on 2019-03-29 19:09 (UTC)

@Kunda thanks for pointing that out!

Kunda commented on 2019-03-29 15:36 (UTC)

@DanielBoerlage do you mind fixing the Upstream URL to

https://norsys.com/

Thanks.