From 1de07295e86e859bbfd2100d2f4dbe39504a73ea Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 27 Apr 2012 20:00:20 -0400 Subject: Initial commit. --- diff --git a/build b/build new file mode 100755 index 0000000..199695e --- /dev/null +++ b/build @@ -0,0 +1,22 @@ +#! /usr/bin/make -f + +PKGS = libncurses.5 libncurses.5-dev libncurses-doc \ + libncursesw.5 libncursesw.5-dev \ + libtinfo.5 libtinfo-dev terminfo \ + ncurses-bin + +$(PKGS): ncurses.buildstamp + +.SILENT: ncurses.buildstamp +ncurses.buildstamp: + cd src && \ + ./configure --prefix=/usr \ + --build=$${OH_BUILD_ARCH_GNU} --host=$${OH_HOST_ARCH_GNU} \ + --disable-maintainer-mode \ + --disable-python && \ + make && make DESTDIR=$$(pwd)/../dest install + oh-installfiles $(PKGS) + oh-installdocs libncurses.5 + oh-gencontrol $(PKGS) + oh-buildopk $(PKGS) + touch ncurses.buildstamp diff --git a/changelog b/changelog new file mode 100644 index 0000000..f2a24fb --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +ncurses (5.9-1) + + * Initial release. + + -- P. J. McDermott Fri, 27 Apr 2012 11:24:24 -0400 diff --git a/control b/control new file mode 100644 index 0000000..b1587e4 --- /dev/null +++ b/control @@ -0,0 +1,4 @@ +Source: ncurses +Version: 5.9-1 +Maintainer: "P. J. McDermott" +Homepage: http://invisible-island.net/ncurses/ diff --git a/copyright b/copyright new file mode 100644 index 0000000..43a803b --- /dev/null +++ b/copyright @@ -0,0 +1,24 @@ +Upstream Source +=============== + +Location: + +Copyright (c) 1998-2011 Free Software Foundation, Inc. + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the X11 License. + +On this system, a copy of the X11 License may be found at +. + + +Distribution Packaging +====================== + +Copyright (C) 2012 Patrick "P. J." McDermott + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the Expat License. + +On this system, a copy of the Expat License may be found at +. diff --git a/format b/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/format @@ -0,0 +1 @@ +1.0 -- cgit v0.9.1