Skip to content

Commit

Permalink
rsstail: fix distfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iFoundSilentHouse committed Apr 17, 2024
1 parent 147d534 commit 622ba86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/rsstail/patches/fix-1779.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,7 @@
@@ -1,8 +1,7 @@
VERSION=2.1

-DEBUG=-g
-LDFLAGS=-liconv_hook -lmrss $(DEBUG)
-CFLAGS=-O3 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
-CFLAGS=-O3 -Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG)
+override LDFLAGS+=-lmrss
+override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
+override CFLAGS+=-Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG)

OBJS=r2t.o

6 changes: 3 additions & 3 deletions srcpkgs/rsstail/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'rsstail'
pkgname=rsstail
version=2.1
revision=2
revision=3
build_style=gnu-makefile
makedepends="libmrss-devel"
checkdepends="cppcheck"
short_desc="More or less an rss reader"
maintainer="Enno Boland <[email protected]>"
license="GPL-2.0-only"
homepage="http://www.vanheusden.com/rsstail/"
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
checksum=42cb452178b21c15c470bafbe5b8b5339a7fb5b980bf8d93d36af89864776e71
distfiles="https://github.com/folkertvanheusden/rsstail/archive/refs/tags/v${version}.tar.gz"
checksum=9b70e4533fb410fb17b9041a2589a5777458775e0716d330cd001332fa77afe2

do_install() {
vmkdir usr/bin
Expand Down

0 comments on commit 622ba86

Please sign in to comment.