[Lunar-commits] <moonbase> entrance-svn: Entrance is a login/display manager for UNIX X11 displays. It is
Auke Kok
sofar at foo-projects.org
Tue Jun 30 18:41:47 CEST 2009
commit a15897dbfbdd563a63c98011cbf956694c349281
Author: talonz <talonz666 at gmail.com>
Date: Tue Jun 30 18:41:47 2009 +0200
entrance-svn: Entrance is a login/display manager for UNIX X11 displays. It is
designed to be extremely customizable and aesthetically attractive --
a refreshing relief from the traditional dull and boring interfaces
of XDM and its descendants.
---
zbeta/entrance-svn/BUILD | 10 ++++++++++
zbeta/entrance-svn/DEPENDS | 10 ++++++++++
zbeta/entrance-svn/DETAILS | 20 ++++++++++++++++++++
zbeta/entrance-svn/POST_INSTALL | 3 +++
4 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/zbeta/entrance-svn/BUILD b/zbeta/entrance-svn/BUILD
new file mode 100644
index 0000000..1fd4b72
--- /dev/null
+++ b/zbeta/entrance-svn/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"
+
+
+ default_cvs_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/entrance-svn/DEPENDS b/zbeta/entrance-svn/DEPENDS
new file mode 100644
index 0000000..97c2865
--- /dev/null
+++ b/zbeta/entrance-svn/DEPENDS
@@ -0,0 +1,10 @@
+depends evas-svn
+depends ecore-svn
+depends edje-svn
+depends esmart-svn
+
+optional_depends "Linux-PAM" \
+ "--enable-pam" \
+ "--disable-pam" \
+ "for PAM support in desktop locking"
+
diff --git a/zbeta/entrance-svn/DETAILS b/zbeta/entrance-svn/DETAILS
new file mode 100644
index 0000000..9d3d103
--- /dev/null
+++ b/zbeta/entrance-svn/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=entrance-svn
+ VERSION=svn-`date +%Y%U`
+ SOURCE=$MODULE.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/entrance/
+ WEB_SITE=http://enlightenment.org/pages/enlightenment.html
+ ENTERED=20090616
+ UPDATED=20090616
+ MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
+ SHORT="Graphical login manager for e17"
+
+
+cat <<EOF
+Entrance is a login/display manager for UNIX X11 displays. It is
+designed to be extremely customizable and aesthetically attractive --
+a refreshing relief from the traditional dull and boring interfaces
+of XDM and its descendants.
+
+EOF
+
diff --git a/zbeta/entrance-svn/POST_INSTALL b/zbeta/entrance-svn/POST_INSTALL
new file mode 100644
index 0000000..446ee50
--- /dev/null
+++ b/zbeta/entrance-svn/POST_INSTALL
@@ -0,0 +1,3 @@
+rm /etc/init.d/entrance &&
+ln -s /opt/lunar/enlightenment/sbin/entranced /etc/init.d/entranced &&
+echo "Have a nice day. :)"
More information about the Lunar-commits
mailing list