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/coreutils/_metadata/description | 2 ++ data/coreutils/_metadata/license | 1 + data/coreutils/_metadata/maintainer | 1 + data/coreutils/_metadata/priority | 1 + data/coreutils/_metadata/section | 1 + data/coreutils/_metadata/version | 1 + data/coreutils/coreutils-6.9.tar.gz | Bin 0 -> 8194001 bytes data/coreutils/make.sh | 6 ++++++ 8 files changed, 13 insertions(+) create mode 100644 data/coreutils/_metadata/description create mode 120000 data/coreutils/_metadata/license create mode 120000 data/coreutils/_metadata/maintainer create mode 100644 data/coreutils/_metadata/priority create mode 100644 data/coreutils/_metadata/section create mode 100644 data/coreutils/_metadata/version create mode 100644 data/coreutils/coreutils-6.9.tar.gz create mode 100644 data/coreutils/make.sh (limited to 'data/coreutils') diff --git a/data/coreutils/_metadata/description b/data/coreutils/_metadata/description new file mode 100644 index 000000000..005d9a0c9 --- /dev/null +++ b/data/coreutils/_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/coreutils/_metadata/license b/data/coreutils/_metadata/license new file mode 120000 index 000000000..9c13a9a0f --- /dev/null +++ b/data/coreutils/_metadata/license @@ -0,0 +1 @@ +../../../licenses/gpl-2 \ No newline at end of file diff --git a/data/coreutils/_metadata/maintainer b/data/coreutils/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/coreutils/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik \ No newline at end of file diff --git a/data/coreutils/_metadata/priority b/data/coreutils/_metadata/priority new file mode 100644 index 000000000..fad9e164a --- /dev/null +++ b/data/coreutils/_metadata/priority @@ -0,0 +1 @@ +required diff --git a/data/coreutils/_metadata/section b/data/coreutils/_metadata/section new file mode 100644 index 000000000..2ac05bdde --- /dev/null +++ b/data/coreutils/_metadata/section @@ -0,0 +1 @@ +console diff --git a/data/coreutils/_metadata/version b/data/coreutils/_metadata/version new file mode 100644 index 000000000..12e414129 --- /dev/null +++ b/data/coreutils/_metadata/version @@ -0,0 +1 @@ +6.9 diff --git a/data/coreutils/coreutils-6.9.tar.gz b/data/coreutils/coreutils-6.9.tar.gz new file mode 100644 index 000000000..5cc79b61d Binary files /dev/null and b/data/coreutils/coreutils-6.9.tar.gz differ diff --git a/data/coreutils/make.sh b/data/coreutils/make.sh new file mode 100644 index 000000000..d2caf157b --- /dev/null +++ b/data/coreutils/make.sh @@ -0,0 +1,6 @@ +tar -zxvf "${PKG_DATA}/coreutils-6.9.tar.gz" +cd coreutils-6.9 +./configure --prefix=/usr --host=arm-apple-darwin +make +pkg:install +pkg:bin cat chgrp chmod chown cp date dd df dir echo false ln ls mkdir mknod mv pwd readlink rm rmdir vdir sleep stty sync touch true uname -- cgit v1.2.3