summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-03-31 22:50:02 +0200
committerFlorian Franzmann2011-03-31 22:50:02 +0200
commit515005704d479c05b161c5914ce92dd4888c37bd (patch)
tree331ab8dc892b42d576dba7bd6ac418b8812f3d92
parentdd25b8bbc7e591cad3f459bc8e652b37312c5658 (diff)
utils/extrautils: new spell, utilities complementing moreutils
-rw-r--r--ChangeLog3
-rwxr-xr-xutils/extrautils/BUILD2
-rwxr-xr-xutils/extrautils/DETAILS13
-rw-r--r--utils/extrautils/HISTORY4
-rwxr-xr-xutils/extrautils/INSTALL2
-rwxr-xr-xutils/extrautils/PRE_BUILD4
6 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44dd355c82..024e961413 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-03-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * utils/extrautils: new spell, utilities complementing moreutils
+
2011-03-31 Treeve Jelbert <treeve@sourcemage.org>
* database/dbd-firebird: new spell, Firebird DBD modules for perl DBI
diff --git a/utils/extrautils/BUILD b/utils/extrautils/BUILD
new file mode 100755
index 0000000000..e0466ae4ac
--- /dev/null
+++ b/utils/extrautils/BUILD
@@ -0,0 +1,2 @@
+make prefix=${INSTALL_ROOT}/usr
+
diff --git a/utils/extrautils/DETAILS b/utils/extrautils/DETAILS
new file mode 100755
index 0000000000..1a14ce492d
--- /dev/null
+++ b/utils/extrautils/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=extrautils
+ VERSION=1.12
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/e/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:f3c8c1264588f1a79dba4978d7250a37044cc5d5c533e1fc141330463979e37c51a61421d0e9921cd73bc65daaa4f7b9f52200f8dfe264d995eed66819fb0f45
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://liw.fi/extrautils"
+ LICENSE[0]=GPL
+ ENTERED=20110329
+ SHORT="a set of utilities complementing moreutils"
+cat << EOF
+a set of utilities complementing moreutils
+EOF
diff --git a/utils/extrautils/HISTORY b/utils/extrautils/HISTORY
new file mode 100644
index 0000000000..605e67e911
--- /dev/null
+++ b/utils/extrautils/HISTORY
@@ -0,0 +1,4 @@
+2011-03-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, DETAILS, INSTALL, PRE_BUILD: spell created,
+ thanks to Hannes Greiner for the spell
+
diff --git a/utils/extrautils/INSTALL b/utils/extrautils/INSTALL
new file mode 100755
index 0000000000..80d56b5c6d
--- /dev/null
+++ b/utils/extrautils/INSTALL
@@ -0,0 +1,2 @@
+make prefix=${INSTALL_ROOT}/usr install
+
diff --git a/utils/extrautils/PRE_BUILD b/utils/extrautils/PRE_BUILD
new file mode 100755
index 0000000000..e2487177d5
--- /dev/null
+++ b/utils/extrautils/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit "s:prefix = /usr/local::" Makefile &&
+sedit "s:CFLAGS = :CFLAGS +=:" Makefile