Package Details: flmsg 4.0.23-1

Git Clone URL: https://aur.archlinux.org/flmsg.git (read-only, click to copy)
Package Base: flmsg
Description: Forms management editor for Amateur Radio standard message formats
Upstream URL: http://www.w1hkj.com/
Keywords: amateur forms ham hamradio management radio rf
Licenses: GPL
Groups: w1hkj
Submitter: 7h0ma5
Maintainer: salcedo
Last Packager: salcedo
Votes: 5
Popularity: 0.000000
First Submitted: 2013-12-04 12:08 (UTC)
Last Updated: 2024-03-21 01:52 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

felmey commented on 2017-05-04 03:33 (UTC)

This PKGBUILD below works for flmsg 4.0.2: # Maintainer: Thomas Gatzweiler <thomas.gatzweiler@gmail.com> pkgname=flmsg pkgver=4.0.2 pkgrel=1 pkgdesc="Forms management editor for Amateur Radio standard message formats" arch=('i686' 'x86_64') url="http://www.w1hkj.com/" license=('GPL') depends=('fldigi') source=(http://downloads.sourceforge.net/project/fldigi/$pkgname/$pkgname-$pkgve r.tar.gz) md5sums=('0a86b8c91143bbe6f39d2eba577e6c2c') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } check() { cd "$srcdir"/$pkgname-$pkgver make -k check } package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install }