summaryrefslogtreecommitdiff
path: root/data/kbproto
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-09 22:21:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-09 22:21:43 +0000
commit35ef70353227e4dff60fc36437f08293be752b25 (patch)
tree806d29fe3d68433a1c971336dff58863918b2709 /data/kbproto
parent03880b546d794abafd6dab3eed876dbefe06c174 (diff)
Factored out --enable-{static=no,shared=yes}, did some extreme porting on pkg-config and libtool, added support for numerous X libraries and a few X applications, and got a solid build of Python with a bunch of modules (compiled as a shared library with the right extensions ;P).
git-svn-id: http://svn.telesphoreo.org/trunk@12 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/kbproto')
-rw-r--r--data/kbproto/_metadata/description2
-rw-r--r--data/kbproto/_metadata/license22
l---------data/kbproto/_metadata/maintainer1
-rw-r--r--data/kbproto/_metadata/priority1
-rw-r--r--data/kbproto/_metadata/section1
-rw-r--r--data/kbproto/_metadata/version1
-rw-r--r--data/kbproto/kbproto-1.0.3.tar.gzbin0 -> 66298 bytes
-rw-r--r--data/kbproto/make.sh5
8 files changed, 33 insertions, 0 deletions
diff --git a/data/kbproto/_metadata/description b/data/kbproto/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/kbproto/_metadata/description
@@ -0,0 +1,2 @@
+this package isn't described yet
+This package, which I'm certain is incredibly interesting, has yet to be described. This is probably because Jay has spent days getting all kinds of bookkeeping issues, like copyright notifications, all in their correct places, and descriptions just aren't the most important thing he could be working on. If this is a problem, please come back later.
diff --git a/data/kbproto/_metadata/license b/data/kbproto/_metadata/license
new file mode 100644
index 000000000..6f12c2f4d
--- /dev/null
+++ b/data/kbproto/_metadata/license
@@ -0,0 +1,22 @@
+Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc.
+
+Permission to use, copy, modify, and distribute this
+software and its documentation for any purpose and without
+fee is hereby granted, provided that the above copyright
+notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting
+documentation, and that the name of Silicon Graphics not be
+used in advertising or publicity pertaining to distribution
+of the software without specific prior written permission.
+Silicon Graphics makes no representation about the suitability
+of this software for any purpose. It is provided "as is"
+without any express or implied warranty.
+
+SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
+GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
+DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
+THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/data/kbproto/_metadata/maintainer b/data/kbproto/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/kbproto/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/kbproto/_metadata/priority b/data/kbproto/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/kbproto/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/kbproto/_metadata/section b/data/kbproto/_metadata/section
new file mode 100644
index 000000000..b1233ea1c
--- /dev/null
+++ b/data/kbproto/_metadata/section
@@ -0,0 +1 @@
+xwindows
diff --git a/data/kbproto/_metadata/version b/data/kbproto/_metadata/version
new file mode 100644
index 000000000..21e8796a0
--- /dev/null
+++ b/data/kbproto/_metadata/version
@@ -0,0 +1 @@
+1.0.3
diff --git a/data/kbproto/kbproto-1.0.3.tar.gz b/data/kbproto/kbproto-1.0.3.tar.gz
new file mode 100644
index 000000000..fd396ed3d
--- /dev/null
+++ b/data/kbproto/kbproto-1.0.3.tar.gz
Binary files differ
diff --git a/data/kbproto/make.sh b/data/kbproto/make.sh
new file mode 100644
index 000000000..35a54076e
--- /dev/null
+++ b/data/kbproto/make.sh
@@ -0,0 +1,5 @@
+pkg:extract
+cd *
+pkg:configure
+make
+pkg:install