rsstail: update to 2.0.
This commit is contained in:
parent
b0a05eec6c
commit
dea68545cf
|
@ -1,11 +1,11 @@
|
|||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -2,7 +2,8 @@
|
||||
@@ -2,8 +2,7 @@
|
||||
|
||||
DEBUG=-g
|
||||
LDFLAGS=-lmrss $(DEBUG)
|
||||
-DEBUG=-g
|
||||
-LDFLAGS=-liconv -lmrss $(DEBUG)
|
||||
-CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||
+override LDFLAGS:=-lmrss $(LDFLAGS)
|
||||
+override LDFLAGS+=-lmrss
|
||||
+override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||
|
||||
OBJS=r2t.o
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rsstail'
|
||||
pkgname=rsstail
|
||||
version=1.8
|
||||
revision=2
|
||||
version=2.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libmrss-devel"
|
||||
short_desc="More or less an rss reader"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Enno Boland <eb@s01.de>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.vanheusden.com/rsstail/"
|
||||
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
|
||||
checksum="19284f3eca4bfa649f53848e19e6ee134bce17ccf2a22919cc8c600684877801"
|
||||
checksum=647537197fb9fb72b08e04710d462ad9314a6335c0a66fb779fe9d822c19ee2a
|
||||
|
||||
pre_install () {
|
||||
vmkdir usr/bin
|
||||
|
|
Loading…
Reference in New Issue