From ea2670c18699e514ee1d65dfd35ad22c296a74e7 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Tue, 1 Jan 2008 05:58:43 +0000 Subject: Initial commit. git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d --- data/apr/_metadata/description | 2 ++ data/apr/_metadata/license | 1 + data/apr/_metadata/maintainer | 1 + data/apr/_metadata/priority | 1 + data/apr/_metadata/section | 1 + data/apr/_metadata/version | 1 + data/apr/apr-1.2.12.tar.gz | Bin 0 -> 1127522 bytes data/apr/make.sh | 5 +++++ 8 files changed, 12 insertions(+) create mode 100644 data/apr/_metadata/description create mode 120000 data/apr/_metadata/license create mode 120000 data/apr/_metadata/maintainer create mode 100644 data/apr/_metadata/priority create mode 100644 data/apr/_metadata/section create mode 100644 data/apr/_metadata/version create mode 100644 data/apr/apr-1.2.12.tar.gz create mode 100644 data/apr/make.sh (limited to 'data/apr') diff --git a/data/apr/_metadata/description b/data/apr/_metadata/description new file mode 100644 index 000000000..005d9a0c9 --- /dev/null +++ b/data/apr/_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/apr/_metadata/license b/data/apr/_metadata/license new file mode 120000 index 000000000..d0b14a610 --- /dev/null +++ b/data/apr/_metadata/license @@ -0,0 +1 @@ +../../../licenses/apache-2.0 \ No newline at end of file diff --git a/data/apr/_metadata/maintainer b/data/apr/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/apr/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik \ No newline at end of file diff --git a/data/apr/_metadata/priority b/data/apr/_metadata/priority new file mode 100644 index 000000000..a6a7b9cd7 --- /dev/null +++ b/data/apr/_metadata/priority @@ -0,0 +1 @@ +standard diff --git a/data/apr/_metadata/section b/data/apr/_metadata/section new file mode 100644 index 000000000..f99e8394e --- /dev/null +++ b/data/apr/_metadata/section @@ -0,0 +1 @@ +platform diff --git a/data/apr/_metadata/version b/data/apr/_metadata/version new file mode 100644 index 000000000..f2ae0b4a2 --- /dev/null +++ b/data/apr/_metadata/version @@ -0,0 +1 @@ +1.2.12 diff --git a/data/apr/apr-1.2.12.tar.gz b/data/apr/apr-1.2.12.tar.gz new file mode 100644 index 000000000..cd31d9615 Binary files /dev/null and b/data/apr/apr-1.2.12.tar.gz differ diff --git a/data/apr/make.sh b/data/apr/make.sh new file mode 100644 index 000000000..a472e891d --- /dev/null +++ b/data/apr/make.sh @@ -0,0 +1,5 @@ +tar -zxvf "${PKG_DATA}/apr-1.2.12.tar.gz" +cd apr-1.2.12 +pkg:configure --disable-static ac_cv_file__dev_zero=yes ac_cv_func_setpgrp_void=yes apr_cv_process_shared_works=yes apr_cv_mutex_robust_shared=no apr_cv_tcp_nodelay_with_cork=no +make +pkg:install -- cgit v1.2.3