Package Details: rnxcmp-bin 4.0.7-1

Git Clone URL: https://aur.archlinux.org/rnxcmp-bin.git (read-only, click to copy)
Package Base: rnxcmp-bin
Description: Compression/restoration of RINEX observation files developed by Y. Hatanaka of GSI
Upstream URL: http://terras.gsi.go.jp/ja/crx2rnx.html
Groups: GNSS
Conflicts: rnxcmp
Provides: CRX2RNX, CRZ2RNX, RNX2CRX, RNX2CRZ
Submitter: yinflying
Maintainer: yinflying
Last Packager: yinflying
Votes: 2
Popularity: 0.000000
First Submitted: 2018-04-20 12:15 (UTC)
Last Updated: 2018-04-20 12:15 (UTC)

Latest Comments

kikislater commented on 2022-03-02 16:33 (UTC)

Updated PKGBUILD :

# Maintainer: yinflying <yinflying@foxmail.com>
pkgname=rnxcmp-bin
pkgver=4.1.0
pkgrel=1
pkgdesc="Compression/restoration of RINEX observation files developed by Y. Hatanaka of GSI"
arch=('x86_64')
url="http://terras.gsi.go.jp/ja/crx2rnx.html"
groups=('GNSS')
depends=('glibc' 'tcsh')
provides=('CRX2RNX' 'CRZ2RNX' 'RNX2CRX' 'RNX2CRZ')
conflicts=('rnxcmp')
replaces=()
backup=()
options=()
install=
source=("http://terras.gsi.go.jp/ja/crx2rnx/RNXCMP_${pkgver}_Linux_x86_64bit.tar.gz")
noextract=()
md5sums=('SKIP')

package() {
    cd RNXCMP_${pkgver}_Linux_x86_64bit/bin
    install -Dm755 CRX2RNX "${pkgdir}/usr/bin/CRX2RNX"
    install -Dm755 CRZ2RNX "${pkgdir}/usr/bin/CRZ2RNX"
    install -Dm755 RNX2CRX "${pkgdir}/usr/bin/RNX2CRX"
    install -Dm755 RNX2CRZ "${pkgdir}/usr/bin/RNX2CRZ"
}