rsstail: fix distfile
This commit is contained in:
parent
e99308ad44
commit
5cb6bab0ce
2 changed files with 7 additions and 6 deletions
|
@ -1,12 +1,13 @@
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -2,8 +2,7 @@
|
@@ -1,8 +1,7 @@
|
||||||
|
VERSION=2.1
|
||||||
|
|
||||||
-DEBUG=-g
|
-DEBUG=-g
|
||||||
-LDFLAGS=-liconv_hook -lmrss $(DEBUG)
|
-LDFLAGS=-liconv_hook -lmrss $(DEBUG)
|
||||||
-CFLAGS=-O3 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
-CFLAGS=-O3 -Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||||
+override LDFLAGS+=-lmrss
|
+override LDFLAGS+=-lmrss
|
||||||
+override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
+override CFLAGS+=-Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||||
|
|
||||||
OBJS=r2t.o
|
OBJS=r2t.o
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rsstail'
|
# Template file for 'rsstail'
|
||||||
pkgname=rsstail
|
pkgname=rsstail
|
||||||
version=2.1
|
version=2.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libmrss-devel"
|
makedepends="libmrss-devel"
|
||||||
checkdepends="cppcheck"
|
checkdepends="cppcheck"
|
||||||
|
@ -9,8 +9,8 @@ short_desc="More or less an rss reader"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.vanheusden.com/rsstail/"
|
homepage="http://www.vanheusden.com/rsstail/"
|
||||||
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
|
distfiles="https://github.com/folkertvanheusden/rsstail/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=42cb452178b21c15c470bafbe5b8b5339a7fb5b980bf8d93d36af89864776e71
|
checksum=9b70e4533fb410fb17b9041a2589a5777458775e0716d330cd001332fa77afe2
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue