[Lunar-commits] <moonbase> xfburn: initial import
Samuel Verstraete
elangelo at lunar-linux.org
Fri Mar 13 16:02:12 CET 2009
commit 364262691b4335d9df0700cbd830f6401ac67bf0
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Fri Dec 7 12:02:28 2007 +0100
xfburn: initial import
---
xfce4/apps/xfburn/BUILD | 14 ++++++++++++++
xfce4/apps/xfburn/DEPENDS | 1 +
xfce4/apps/xfburn/DETAILS | 12 ++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/xfce4/apps/xfburn/BUILD b/xfce4/apps/xfburn/BUILD
new file mode 100644
index 0000000..3a073f3
--- /dev/null
+++ b/xfce4/apps/xfburn/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/apps/xfburn/DEPENDS b/xfce4/apps/xfburn/DEPENDS
new file mode 100644
index 0000000..5036b96
--- /dev/null
+++ b/xfce4/apps/xfburn/DEPENDS
@@ -0,0 +1 @@
+depends libburn
diff --git a/xfce4/apps/xfburn/DETAILS b/xfce4/apps/xfburn/DETAILS
new file mode 100644
index 0000000..ebfa6db
--- /dev/null
+++ b/xfce4/apps/xfburn/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=xfburn
+ VERSION="svn-`date +%U`"
+ SOURCE=$MODULE.tar.bz2
+ SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE
+ WEB_SITE=http://www.xfce.org
+ ENTERED=20051012
+ UPDATED=20071207
+ SHORT="The long awaited burn application for Xfce"
+cat << EOF
+The long awaited burn application for Xfce
+EOF
+
More information about the Lunar-commits
mailing list