stfl: fixed depends and patch
This commit is contained in:
parent
af24a3da4d
commit
5e7a802b80
|
@ -1,6 +1,6 @@
|
|||
diff -rupN orig-stfl-0.21/Makefile.cfg stfl-0.23/Makefile.cfg
|
||||
--- orig-stfl-0.21/Makefile.cfg 2009-05-31 13:20:39.000000000 -0500
|
||||
+++ stfl-0.23/Makefile.cfg 2014-11-13 22:42:41.460682486 -0600
|
||||
diff -rupN Makefile.cfg Makefile.cfg
|
||||
--- Makefile.cfg 2009-05-31 13:20:39.000000000 -0500
|
||||
+++ Makefile.cfg 2014-11-13 22:42:41.460682486 -0600
|
||||
@@ -19,11 +19,11 @@
|
||||
#
|
||||
|
||||
|
@ -38,9 +38,9 @@ diff -rupN orig-stfl-0.21/Makefile.cfg stfl-0.23/Makefile.cfg
|
|||
else
|
||||
FOUND_RUBY = 0
|
||||
endif
|
||||
diff -rupN orig-stfl-0.21/stfl_internals.h stfl-0.23/stfl_internals.h
|
||||
--- orig-stfl-0.21/stfl_internals.h 2014-04-25 06:36:07.000000000 -0500
|
||||
+++ stfl-0.23/stfl_internals.h 2014-11-13 22:41:38.413685526 -0600
|
||||
diff -rupN stfl_internals.h stfl_internals.h
|
||||
--- stfl_internals.h 2014-04-25 06:36:07.000000000 -0500
|
||||
+++ stfl_internals.h 2014-11-13 22:41:38.413685526 -0600
|
||||
@@ -28,7 +28,7 @@ extern "C" {
|
||||
#endif
|
||||
|
|
@ -3,9 +3,8 @@ pkgname=stfl
|
|||
version=0.23
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="swig patch"
|
||||
hostmakedepends="swig"
|
||||
makedepends="ncurses-devel"
|
||||
depends="ncurses"
|
||||
short_desc="Curses-based widget set for text terminals"
|
||||
maintainer="Logen K <logen@sudotask.com>"
|
||||
license="GPL-3"
|
||||
|
@ -13,10 +12,6 @@ homepage="http://www.clifford.at/stfl/"
|
|||
distfiles="http://www.clifford.at/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=e75ed8427905ad50faf43ed5fefd0cf7b16ee0c1ca87e15d33e360bb92aedfde
|
||||
|
||||
post_extract(){
|
||||
patch -Np1 -i ${FILESDIR}/stfl-void.patch
|
||||
|
||||
}
|
||||
do_build(){
|
||||
unset LDFLAGS
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue