summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-01-09 21:27:40 +0000
committerJay Freeman <saurik@saurik.com>2009-01-09 21:27:40 +0000
commit53029b56a82952263d3d552c1d1071e6fdf8b0be (patch)
treefd3753480730b372fc42901ecf6a284f998b1044 /data
parentb6cc215090f24beeee8dea371a57423e3299f660 (diff)
Added automake, autoconf, and pkg-config for Andy Armstrong.
git-svn-id: http://svn.telesphoreo.org/trunk@527 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r--data/autoconf/_metadata/description1
-rw-r--r--data/autoconf/_metadata/homepage1
l---------data/autoconf/_metadata/m4.dep1
l---------data/autoconf/_metadata/maintainer1
-rw-r--r--data/autoconf/_metadata/name1
-rw-r--r--data/autoconf/_metadata/priority1
-rw-r--r--data/autoconf/_metadata/role1
-rw-r--r--data/autoconf/_metadata/section1
-rw-r--r--data/autoconf/_metadata/tags1
-rw-r--r--data/autoconf/_metadata/version1
-rw-r--r--data/autoconf/autoconf-2.63.tar.gzbin0 -> 1562665 bytes
-rw-r--r--data/autoconf/make.sh4
l---------data/automake/_metadata/autoconf.dep1
-rw-r--r--data/automake/_metadata/description1
-rw-r--r--data/automake/_metadata/homepage1
l---------data/automake/_metadata/license1
l---------data/automake/_metadata/maintainer1
-rw-r--r--data/automake/_metadata/name1
-rw-r--r--data/automake/_metadata/priority1
-rw-r--r--data/automake/_metadata/role1
-rw-r--r--data/automake/_metadata/section1
-rw-r--r--data/automake/_metadata/tags1
-rw-r--r--data/automake/_metadata/version1
-rw-r--r--data/automake/automake-1.10.2.tar.gzbin0 -> 1232374 bytes
-rw-r--r--data/automake/make.sh4
-rw-r--r--data/pkg-config/_metadata/description1
l---------data/pkg-config/_metadata/glib.dep1
-rw-r--r--data/pkg-config/_metadata/homepage1
l---------data/pkg-config/_metadata/license1
l---------data/pkg-config/_metadata/maintainer1
-rw-r--r--data/pkg-config/_metadata/name1
-rw-r--r--data/pkg-config/_metadata/priority1
-rw-r--r--data/pkg-config/_metadata/role1
-rw-r--r--data/pkg-config/_metadata/section1
-rw-r--r--data/pkg-config/_metadata/tags1
-rw-r--r--data/pkg-config/_metadata/version1
-rw-r--r--data/pkg-config/make.sh4
-rw-r--r--data/pkg-config/pkg-config-0.23.tar.gzbin0 -> 1032839 bytes
38 files changed, 44 insertions, 0 deletions
diff --git a/data/autoconf/_metadata/description b/data/autoconf/_metadata/description
new file mode 100644
index 000000000..f103a7fa1
--- /dev/null
+++ b/data/autoconf/_metadata/description
@@ -0,0 +1 @@
+an intricate set of m4 macros
diff --git a/data/autoconf/_metadata/homepage b/data/autoconf/_metadata/homepage
new file mode 100644
index 000000000..21a8ffe81
--- /dev/null
+++ b/data/autoconf/_metadata/homepage
@@ -0,0 +1 @@
+http://www.gnu.org/software/autoconf/
diff --git a/data/autoconf/_metadata/m4.dep b/data/autoconf/_metadata/m4.dep
new file mode 120000
index 000000000..f035395b1
--- /dev/null
+++ b/data/autoconf/_metadata/m4.dep
@@ -0,0 +1 @@
+../../m4 \ No newline at end of file
diff --git a/data/autoconf/_metadata/maintainer b/data/autoconf/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/autoconf/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/autoconf/_metadata/name b/data/autoconf/_metadata/name
new file mode 100644
index 000000000..7d60a6a6f
--- /dev/null
+++ b/data/autoconf/_metadata/name
@@ -0,0 +1 @@
+Autoconf
diff --git a/data/autoconf/_metadata/priority b/data/autoconf/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/autoconf/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/autoconf/_metadata/role b/data/autoconf/_metadata/role
new file mode 100644
index 000000000..52b4d7301
--- /dev/null
+++ b/data/autoconf/_metadata/role
@@ -0,0 +1 @@
+hacker
diff --git a/data/autoconf/_metadata/section b/data/autoconf/_metadata/section
new file mode 100644
index 000000000..e0eb96881
--- /dev/null
+++ b/data/autoconf/_metadata/section
@@ -0,0 +1 @@
+Development
diff --git a/data/autoconf/_metadata/tags b/data/autoconf/_metadata/tags
new file mode 100644
index 000000000..ad5d50831
--- /dev/null
+++ b/data/autoconf/_metadata/tags
@@ -0,0 +1 @@
+purpose::console
diff --git a/data/autoconf/_metadata/version b/data/autoconf/_metadata/version
new file mode 100644
index 000000000..c95fea569
--- /dev/null
+++ b/data/autoconf/_metadata/version
@@ -0,0 +1 @@
+2.63
diff --git a/data/autoconf/autoconf-2.63.tar.gz b/data/autoconf/autoconf-2.63.tar.gz
new file mode 100644
index 000000000..d7b670559
--- /dev/null
+++ b/data/autoconf/autoconf-2.63.tar.gz
Binary files differ
diff --git a/data/autoconf/make.sh b/data/autoconf/make.sh
new file mode 100644
index 000000000..452a4bfd5
--- /dev/null
+++ b/data/autoconf/make.sh
@@ -0,0 +1,4 @@
+pkg:setup
+pkg:configure
+make
+pkg:install
diff --git a/data/automake/_metadata/autoconf.dep b/data/automake/_metadata/autoconf.dep
new file mode 120000
index 000000000..5d99305f8
--- /dev/null
+++ b/data/automake/_metadata/autoconf.dep
@@ -0,0 +1 @@
+../../autoconf \ No newline at end of file
diff --git a/data/automake/_metadata/description b/data/automake/_metadata/description
new file mode 100644
index 000000000..70ebcf21b
--- /dev/null
+++ b/data/automake/_metadata/description
@@ -0,0 +1 @@
+automatically generate verbose makefiles
diff --git a/data/automake/_metadata/homepage b/data/automake/_metadata/homepage
new file mode 100644
index 000000000..6adb325f7
--- /dev/null
+++ b/data/automake/_metadata/homepage
@@ -0,0 +1 @@
+http://www.gnu.org/software/automake/
diff --git a/data/automake/_metadata/license b/data/automake/_metadata/license
new file mode 120000
index 000000000..9c13a9a0f
--- /dev/null
+++ b/data/automake/_metadata/license
@@ -0,0 +1 @@
+../../../licenses/gpl-2 \ No newline at end of file
diff --git a/data/automake/_metadata/maintainer b/data/automake/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/automake/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/automake/_metadata/name b/data/automake/_metadata/name
new file mode 100644
index 000000000..f99e10048
--- /dev/null
+++ b/data/automake/_metadata/name
@@ -0,0 +1 @@
+Automake
diff --git a/data/automake/_metadata/priority b/data/automake/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/automake/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/automake/_metadata/role b/data/automake/_metadata/role
new file mode 100644
index 000000000..52b4d7301
--- /dev/null
+++ b/data/automake/_metadata/role
@@ -0,0 +1 @@
+hacker
diff --git a/data/automake/_metadata/section b/data/automake/_metadata/section
new file mode 100644
index 000000000..e0eb96881
--- /dev/null
+++ b/data/automake/_metadata/section
@@ -0,0 +1 @@
+Development
diff --git a/data/automake/_metadata/tags b/data/automake/_metadata/tags
new file mode 100644
index 000000000..ad5d50831
--- /dev/null
+++ b/data/automake/_metadata/tags
@@ -0,0 +1 @@
+purpose::console
diff --git a/data/automake/_metadata/version b/data/automake/_metadata/version
new file mode 100644
index 000000000..5ad2491cf
--- /dev/null
+++ b/data/automake/_metadata/version
@@ -0,0 +1 @@
+1.10.2
diff --git a/data/automake/automake-1.10.2.tar.gz b/data/automake/automake-1.10.2.tar.gz
new file mode 100644
index 000000000..4fd4209d5
--- /dev/null
+++ b/data/automake/automake-1.10.2.tar.gz
Binary files differ
diff --git a/data/automake/make.sh b/data/automake/make.sh
new file mode 100644
index 000000000..452a4bfd5
--- /dev/null
+++ b/data/automake/make.sh
@@ -0,0 +1,4 @@
+pkg:setup
+pkg:configure
+make
+pkg:install
diff --git a/data/pkg-config/_metadata/description b/data/pkg-config/_metadata/description
new file mode 100644
index 000000000..a141d208c
--- /dev/null
+++ b/data/pkg-config/_metadata/description
@@ -0,0 +1 @@
+allows tight coupling and sloppy PATHs
diff --git a/data/pkg-config/_metadata/glib.dep b/data/pkg-config/_metadata/glib.dep
new file mode 120000
index 000000000..6eeb0ab21
--- /dev/null
+++ b/data/pkg-config/_metadata/glib.dep
@@ -0,0 +1 @@
+../../glib \ No newline at end of file
diff --git a/data/pkg-config/_metadata/homepage b/data/pkg-config/_metadata/homepage
new file mode 100644
index 000000000..409740fa2
--- /dev/null
+++ b/data/pkg-config/_metadata/homepage
@@ -0,0 +1 @@
+http://pkg-config.freedesktop.org/
diff --git a/data/pkg-config/_metadata/license b/data/pkg-config/_metadata/license
new file mode 120000
index 000000000..9c13a9a0f
--- /dev/null
+++ b/data/pkg-config/_metadata/license
@@ -0,0 +1 @@
+../../../licenses/gpl-2 \ No newline at end of file
diff --git a/data/pkg-config/_metadata/maintainer b/data/pkg-config/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/pkg-config/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/pkg-config/_metadata/name b/data/pkg-config/_metadata/name
new file mode 100644
index 000000000..d727b0688
--- /dev/null
+++ b/data/pkg-config/_metadata/name
@@ -0,0 +1 @@
+Package Config
diff --git a/data/pkg-config/_metadata/priority b/data/pkg-config/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/pkg-config/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/pkg-config/_metadata/role b/data/pkg-config/_metadata/role
new file mode 100644
index 000000000..52b4d7301
--- /dev/null
+++ b/data/pkg-config/_metadata/role
@@ -0,0 +1 @@
+hacker
diff --git a/data/pkg-config/_metadata/section b/data/pkg-config/_metadata/section
new file mode 100644
index 000000000..e0eb96881
--- /dev/null
+++ b/data/pkg-config/_metadata/section
@@ -0,0 +1 @@
+Development
diff --git a/data/pkg-config/_metadata/tags b/data/pkg-config/_metadata/tags
new file mode 100644
index 000000000..ad5d50831
--- /dev/null
+++ b/data/pkg-config/_metadata/tags
@@ -0,0 +1 @@
+purpose::console
diff --git a/data/pkg-config/_metadata/version b/data/pkg-config/_metadata/version
new file mode 100644
index 000000000..39010d220
--- /dev/null
+++ b/data/pkg-config/_metadata/version
@@ -0,0 +1 @@
+0.23
diff --git a/data/pkg-config/make.sh b/data/pkg-config/make.sh
new file mode 100644
index 000000000..592c2643d
--- /dev/null
+++ b/data/pkg-config/make.sh
@@ -0,0 +1,4 @@
+pkg:setup
+pkg:configure --with-installed-glib
+make
+pkg:install
diff --git a/data/pkg-config/pkg-config-0.23.tar.gz b/data/pkg-config/pkg-config-0.23.tar.gz
new file mode 100644
index 000000000..cd68cb25b
--- /dev/null
+++ b/data/pkg-config/pkg-config-0.23.tar.gz
Binary files differ