mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sfeed_curses: update to 0.9.3
This commit is contained in:
parent
51035c49c6
commit
021eeb5e9c
2 changed files with 2 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git Makefile Makefile
|
|
||||||
index 2e835ef..52f8947 100644
|
|
||||||
--- Makefile
|
|
||||||
+++ Makefile
|
|
||||||
@@ -37,7 +37,7 @@ OBJ = ${SRC:.c=.o}
|
|
||||||
${OBJ}:
|
|
||||||
|
|
||||||
.o:
|
|
||||||
- ${CC} ${SFEED_LDFLAGS} -o $@ $<
|
|
||||||
+ ${CC} -o $@ $< ${SFEED_LDFLAGS}
|
|
||||||
|
|
||||||
.c.o:
|
|
||||||
${CC} ${SFEED_CFLAGS} ${SFEED_CPPFLAGS} -o $@ -c $<
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sfeed_curses'
|
# Template file for 'sfeed_curses'
|
||||||
pkgname=sfeed_curses
|
pkgname=sfeed_curses
|
||||||
version=0.9.2
|
version=0.9.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=compliant
|
make_use_env=compliant
|
||||||
|
@ -12,8 +12,7 @@ maintainer="Jaume Devesa <jaume@mailbox.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://git.codemadness.org/sfeed_curses"
|
homepage="https://git.codemadness.org/sfeed_curses"
|
||||||
distfiles="https://codemadness.org/releases/sfeed_curses/${pkgname}-${version}.tar.gz"
|
distfiles="https://codemadness.org/releases/sfeed_curses/${pkgname}-${version}.tar.gz"
|
||||||
checksum=19a46fe4de63fe033ad836efc2b002ecea157946ed2af2801124d9283dc11511
|
checksum=579c11e36ec02d00c63ca354da44285eb5ecdf89f9690c750c08a74543757b14
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vdoc README
|
vdoc README
|
||||||
|
|
Loading…
Add table
Reference in a new issue