summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Vinogradov2008-08-22 04:17:30 +0500
committerPol Vinogradov2008-08-22 04:28:03 +0500
commit592bffbceeea2b18ddc283f6b449aacc9c226c81 (patch)
tree72fa912a7fb7db153572b90e2861e74999947341
parent07a6085dd3bf0b2c21111d1140caa7b6abf0087c (diff)
xfce/xfce4-dev-tools: new spell, XFCE 4 developers' tools
-rw-r--r--ChangeLog3
-rwxr-xr-xxfce/xfce4-dev-tools/DEPENDS4
-rwxr-xr-xxfce/xfce4-dev-tools/DETAILS18
-rw-r--r--xfce/xfce4-dev-tools/HISTORY3
4 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f88111a1b..c9caf11206 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-22 Pol Vinogradov <vin.public@gmail.com>
+ * xfce/xfce4-dev-tools: new spell, XFCE 4 developers' tools
+
2008-08-21 Thomas Orgis <sobukus@sourcemage.org>
* java/jakarta-servletapi-4: deleted, long dead
diff --git a/xfce/xfce4-dev-tools/DEPENDS b/xfce/xfce4-dev-tools/DEPENDS
new file mode 100755
index 0000000000..1e8ecb6ef7
--- /dev/null
+++ b/xfce/xfce4-dev-tools/DEPENDS
@@ -0,0 +1,4 @@
+depends autoconf &&
+depends automake &&
+depends gettext &&
+depends libtool
diff --git a/xfce/xfce4-dev-tools/DETAILS b/xfce/xfce4-dev-tools/DETAILS
new file mode 100755
index 0000000000..a05b3c1eb0
--- /dev/null
+++ b/xfce/xfce4-dev-tools/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=xfce4-dev-tools
+ VERSION=4.4.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://xfce.org/~benny/files/${SPELL}/4.4/${SOURCE}
+ SOURCE_URL[1]=http://www.foo-projects.org/~benny/files/${SPELL}/4.4/${SOURCE}
+ SOURCE_HASH=sha512:e42fdfc55652da7e590f432f194e2409226f3a6e36607e0b5c57438b7a8567284391e0adf1ab96110693441e7e271761936bc60c962a318e26fbca2a394fc655
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.xfce.org"
+ LICENSE[0]=GPL
+ ENTERED=20080822
+ SHORT="Development tools for XFCE 4"
+cat << EOF
+The Xfce Developer Tools provide an easy way to handle the setup and
+maintaince of a projects build framework. They currently consist of a bunch
+of M4 macros for commonly used checks and the xdt-autogen script, which
+examines the projects configure.ac or configure.in file(s) and calls the
+appropriate autotools in the correct order.
+EOF
diff --git a/xfce/xfce4-dev-tools/HISTORY b/xfce/xfce4-dev-tools/HISTORY
new file mode 100644
index 0000000000..66e7a96835
--- /dev/null
+++ b/xfce/xfce4-dev-tools/HISTORY
@@ -0,0 +1,3 @@
+2008-08-22 Pol Vinogradov <vin.public@gmail.com>
+ * DEPENDS, DETAILS: spell created
+