[Lunar-commits] <moonbase> xfconf
Samuel Verstraete
elangelo at lunar-linux.org
Fri Mar 13 16:02:32 CET 2009
commit 830265027454df21732361612ef71e200714d2b3
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Thu Jun 26 10:42:02 2008 +0200
xfconf
---
xfce4/core/xfconf/BUILD | 14 ++++++++++++++
xfce4/core/xfconf/DETAILS | 14 ++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD
new file mode 100644
index 0000000..5e5fa3e
--- /dev/null
+++ b/xfce4/core/xfconf/BUILD
@@ -0,0 +1,14 @@
+(
+
+ [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
+
+ # make sure proper PKG_CONFIG_PATH is set
+ export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+
+ ./autogen.sh --build=$BUILD \
+ --prefix=${MODULE_PREFIX} \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS
new file mode 100644
index 0000000..35ae2ac
--- /dev/null
+++ b/xfce4/core/xfconf/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=xfconf
+ VERSION="svn-`date +%U`"
+ SOURCE=$MODULE.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE
+ MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+ WEB_SITE=http://www.xfce.org
+ ENTERED=20080626
+ UPDATED=20080626
+ SHORT="Something that does something"
+
+cat << EOF
+Something that does that other thing
+EOF
More information about the Lunar-commits
mailing list