Christian Wiese
14 years ago
3 changed files with 77 additions and 0 deletions
@ -0,0 +1,24 @@
|
||||
|
||||
[TIMESTAMP] 1303175679 Tue Apr 19 03:14:39 2011 |
||||
[BUILDTIME] 10 (5) |
||||
[SIZE] 2.00 MB, 1038 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] linux-header |
||||
[DEP] make |
||||
[DEP] mktemp |
||||
[DEP] ncurses |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux-ng |
@ -0,0 +1,19 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../cdk/cdk.conf |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# build/install shared library |
||||
if [ "$SDECFG_STATIC" != '1' ] ; then |
||||
var_append makeopt ' ' 'cdkshlib' |
||||
var_append makeinstopt ' ' 'installCDKSHLibrary' |
||||
fi |
@ -0,0 +1,34 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../cdk/cdk.desc |
||||
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A development kit for curses applications |
||||
|
||||
[T] Cdk stands for 'Curses Development Kit' and it currently contains 21 ready |
||||
[T] to use widgets which facilitate the speedy development of full screen |
||||
[T] curses programs. |
||||
|
||||
[U] http://invisible-island.net/cdk/ |
||||
|
||||
[A] Mike Glover |
||||
[A] Thomas Dickey |
||||
[M] The OpenSDE Community <list@opensde.org> |
||||
|
||||
[C] extra/development |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 5.0-20090215 |
||||
[P] X -----5---9 110.000 |
||||
|
||||
[D] 1625943311 cdk-5.0-20090215.tgz ftp://invisible-island.net/cdk/ |
Loading…
Reference in new issue