[Lunar-commits] <moonbase> As far as I can tell from looking at configure.in, only depends on ecore. Build fine on my (not clean) system.
Auke Kok
sofar at foo-projects.org
Fri Mar 14 18:20:35 CET 2008
commit f032e63be3c71381248abca408db130ffb47a1e6
Author: Jason Melbye <jasonmelbye at yahoo.com>
Date: Fri Mar 14 18:20:35 2008 +0100
As far as I can tell from looking at configure.in, only depends on ecore. Build fine on my (not clean) system.
---
zbeta/emprint-cvs/BUILD | 10 ++++++++++
zbeta/emprint-cvs/DEPENDS | 1 +
zbeta/emprint-cvs/DETAILS | 16 ++++++++++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/zbeta/emprint-cvs/BUILD b/zbeta/emprint-cvs/BUILD
new file mode 100644
index 0000000..d908e3c
--- /dev/null
+++ b/zbeta/emprint-cvs/BUILD
@@ -0,0 +1,10 @@
+(
+
+ export PATH=$MODULE_PREFIX/bin:$PATH
+ export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
+ export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
+ export USER=nobody
+
+ default_cvs_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/emprint-cvs/DEPENDS b/zbeta/emprint-cvs/DEPENDS
new file mode 100644
index 0000000..8e37f08
--- /dev/null
+++ b/zbeta/emprint-cvs/DEPENDS
@@ -0,0 +1 @@
+depends ecore-cvs
diff --git a/zbeta/emprint-cvs/DETAILS b/zbeta/emprint-cvs/DETAILS
new file mode 100644
index 0000000..1919a07
--- /dev/null
+++ b/zbeta/emprint-cvs/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=emprint-cvs
+ VERSION=beta
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/apps/emprint
+ WEB_SITE=http://enlightenment.org/
+ ENTERED=20080305
+ UPDATED=`date -u +%Y%m%d`
+ MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
+ SHORT="Screenshot taking utility written with the EFL"
+
+cat << EOF
+Emprint is a utility for taking screenshots of the entire screen, a specific
+window, or a specific region. It is written with the Enlightenment Foundation
+Libraries (http://www.enlightnement.org). It depends on a large number of
+libraries that are only available in CVS at the moment.
+EOF
More information about the Lunar-commits
mailing list