[Lunar-commits] <moonbase> thunar-vfs 1.2.0
Samuel Verstraete
samuel.verstraete at gmail.com
Tue Jan 18 21:51:40 CET 2011
commit 747404e4764865fe45aaacfeee4165ab8ec9ad1e
Author: Samuel Verstraete <samuel.verstraete at gmail.com>
Date: Tue Jan 18 21:51:40 2011 +0100
thunar-vfs 1.2.0
---
xfce4/core/thunar-vfs/BUILD | 13 +++++++++++++
xfce4/core/thunar-vfs/DETAILS | 13 +++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/xfce4/core/thunar-vfs/BUILD b/xfce4/core/thunar-vfs/BUILD
new file mode 100644
index 0000000..0a2dd59
--- /dev/null
+++ b/xfce4/core/thunar-vfs/BUILD
@@ -0,0 +1,13 @@
+(
+ [ -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}" &&
+
+ ./configure --build=$BUILD \
+ --prefix=${MODULE_PREFIX} \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/core/thunar-vfs/DETAILS b/xfce4/core/thunar-vfs/DETAILS
new file mode 100644
index 0000000..849fc64
--- /dev/null
+++ b/xfce4/core/thunar-vfs/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=thunar-vfs
+ VERSION=1.2.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://archive.xfce.org/xfce/4.8/src/
+ SOURCE_VFY=sha1:fe63138c9324946bdd7013c29284c22d4c8f94c5
+ MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+ WEB_SITE=http://www.xfce.org
+ ENTERED=20110118
+ UPDATED=20110119
+ SHORT=""
+
+cat << EOF
+EOF
More information about the Lunar-commits
mailing list