Skip to content

Commit

Permalink
newt: add 0.52.12
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Jan 12, 2011
1 parent bf27b40 commit dfbce9e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipes/newt/files/support-DESTDIR.patch
@@ -0,0 +1,12 @@
diff --git a/Makefile.in b/Makefile.in
index f64ffe3..fb13749 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -36,6 +36,7 @@ datadir = @datadir@
mandir = @mandir@
man1dir = $(mandir)/man1
pkgconfigdir = $(libdir)/pkgconfig
+instroot ?= $(DESTDIR)

#--------------------------------------

20 changes: 20 additions & 0 deletions recipes/newt/libnewt_0.52.12.bb
@@ -0,0 +1,20 @@
DESCRIPTION = "Newt is a programming library for color text mode, widget based user interfaces"
HOMEPAGE = "https://fedorahosted.org/newt/"
SECTION = "libs"
LICENSE = "LGPL"

# slang needs to be >= 2.2
DEPENDS = "slang popt"

SRC_URI = "http://fedorahosted.org/releases/n/e/newt/newt-${PV}.tar.gz \
file://support-DESTDIR.patch"
S = "${WORKDIR}/newt-${PV}"

inherit autotools

PACKAGES_prepend = "whiptail "

FILES_whiptail = "${bindir}/whiptail"

SRC_URI[md5sum] = "51b04128d9e1bf000fa769c417b74486"
SRC_URI[sha256sum] = "2ba88dc3d118daf509c58e3707c43ad57dd3415d8164054e93fe76439f348529"

0 comments on commit dfbce9e

Please sign in to comment.