You are not logged in.

#1 2026-04-04 09:28:54

post
Member
Registered: 2015-02-15
Posts: 32

PKGBUILD for flnews Usenet newsreader

flnews ("A fast and lightweight Usenet newsreader for Unix") using FLTK (HiDPI)

pkgname=flnews
pkgver=1.3.0
pkgrel=1
pkgdesc="Fast and lightweight Usenet client with GUI"
arch=('x86_64')
url="https://micha.freeshell.org/flnews/"
license=('custom')
depends=('glibc' 'fltk')
makedepends=('make')
source=("https://micha.freeshell.org/flnews/src/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('877e50628774d4d8b170451049b1cd81c9d716d06d8f8ce16fa36fed6ca8a966')

prepare() {
  cd "$srcdir/$pkgname-$pkgver"
  sed -i 's|^CFG_PREFIX="/usr/local"|CFG_PREFIX="/usr"|g' CONFIG
}

build() {
  cd "$srcdir/$pkgname-$pkgver"
  make
}

package() {
  cd "$srcdir/$pkgname-$pkgver"
  make DESTDIR="$pkgdir" install
}

Works for me. Cheers

Edit: Thanks for the note about licenses, Lone_Wolf; putting custom for now seeing LICENSE files with "Copyright (c) Michael Baeuerle" and others.

Last edited by post (2026-04-04 16:30:10)

Offline

#2 2026-04-04 14:47:31

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,912

Re: PKGBUILD for flnews Usenet newsreader

The download contains a license file that states every subdirectory has its own licensefile.
You have to check those files and put the corresponding licenses in the license field.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB