rsstail: fix distfile

This commit is contained in:
iFoundSilentHouse 2024-04-17 17:04:18 +06:00 committed by classabbyamp
parent e99308ad44
commit 5cb6bab0ce
2 changed files with 7 additions and 6 deletions
srcpkgs/rsstail

View File

@ -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

View File

@ -1,7 +1,7 @@
# Template file for 'rsstail'
pkgname=rsstail
version=2.1
revision=2
revision=3
build_style=gnu-makefile
makedepends="libmrss-devel"
checkdepends="cppcheck"
@ -9,8 +9,8 @@ short_desc="More or less an rss reader"
maintainer="Enno Boland <gottox@voidlinux.org>"
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