mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
parent
e24d1c970d
commit
64b4ecf669
2 changed files with 6 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
||||||
@@ -2,8 +2,7 @@
|
@@ -2,8 +2,7 @@
|
||||||
|
|
||||||
-DEBUG=-g
|
-DEBUG=-g
|
||||||
-LDFLAGS=-liconv -lmrss $(DEBUG)
|
-LDFLAGS=-liconv_hook -lmrss $(DEBUG)
|
||||||
-CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
-CFLAGS=-O3 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||||
+override LDFLAGS+=-lmrss
|
+override LDFLAGS+=-lmrss
|
||||||
+override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
+override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rsstail'
|
# Template file for 'rsstail'
|
||||||
pkgname=rsstail
|
pkgname=rsstail
|
||||||
version=2.0
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libmrss-devel"
|
makedepends="libmrss-devel"
|
||||||
|
@ -9,9 +9,10 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.vanheusden.com/rsstail/"
|
homepage="http://www.vanheusden.com/rsstail/"
|
||||||
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
|
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
|
||||||
checksum=647537197fb9fb72b08e04710d462ad9314a6335c0a66fb779fe9d822c19ee2a
|
checksum=42cb452178b21c15c470bafbe5b8b5339a7fb5b980bf8d93d36af89864776e71
|
||||||
|
|
||||||
pre_install () {
|
do_install () {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
vmkdir usr/share/man/man1
|
vmkdir usr/share/man/man1
|
||||||
|
make prefix="${DESTDIR}/usr" install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue