rsstail: update to 2.1

Closes #2818
This commit is contained in:
Jürgen Buchmüller 2015-10-25 16:11:51 +01:00
parent e24d1c970d
commit 64b4ecf669
2 changed files with 6 additions and 5 deletions

View file

@ -3,8 +3,8 @@
@@ -2,8 +2,7 @@
-DEBUG=-g
-LDFLAGS=-liconv -lmrss $(DEBUG)
-CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
-LDFLAGS=-liconv_hook -lmrss $(DEBUG)
-CFLAGS=-O3 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
+override LDFLAGS+=-lmrss
+override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG)

View file

@ -1,6 +1,6 @@
# Template file for 'rsstail'
pkgname=rsstail
version=2.0
version=2.1
revision=1
build_style=gnu-makefile
makedepends="libmrss-devel"
@ -9,9 +9,10 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://www.vanheusden.com/rsstail/"
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
checksum=647537197fb9fb72b08e04710d462ad9314a6335c0a66fb779fe9d822c19ee2a
checksum=42cb452178b21c15c470bafbe5b8b5339a7fb5b980bf8d93d36af89864776e71
pre_install () {
do_install () {
vmkdir usr/bin
vmkdir usr/share/man/man1
make prefix="${DESTDIR}/usr" install
}