From f29d692ae3fabef0962244158384db21803eca0a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 20 Mar 2013 14:42:09 +0100 Subject: [PATCH] nano: cross build and debug support. --- srcpkgs/nano/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nano/template b/srcpkgs/nano/template index 6cf103d733..ca136a964a 100644 --- a/srcpkgs/nano/template +++ b/srcpkgs/nano/template @@ -1,18 +1,18 @@ # Template file for 'nano' pkgname=nano version=2.3.1 -revision=4 -distfiles="http://www.nano-editor.org/dist/v2.3/$pkgname-$version.tar.gz" +revision=5 build_style=gnu-configure -makedepends="file-devel glibc-devel ncurses-devel groff" +makedepends="ncurses-devel groff" +crossmakedepends="ncurses-devel" short_desc="The GNU nano editor" maintainer="davehome " homepage="http://www.nano-editor.org/" license="GPL-3" +distfiles="http://www.nano-editor.org/dist/v2.3/$pkgname-$version.tar.gz" checksum=b7bace9a8e543b84736d6ef5ce5430305746efea3aacb24391f692efc6f3c8d3 long_desc=" GNU nano is designed to be a free replacement for the Pico text editor, part of the Pine email suite from The University of Washington. It aims to 'emulate Pico as closely as possible and perhaps include extra functionality'." -