elicit: initial release, better late than never.

This commit is contained in:
Han Boetes 2006-11-29 08:03:36 +01:00
parent 0c99aace06
commit 5cd4247bb6
3 changed files with 36 additions and 0 deletions

10
elicit/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/elicit
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/elicit/
drwxr-xr-x root/root usr/share/elicit/images/
-rw-r--r-- root/root usr/share/elicit/images/grid_cell.png
drwxr-xr-x root/root usr/share/elicit/themes/
-rw-r--r-- root/root usr/share/elicit/themes/summer.edj
-rw-r--r-- root/root usr/share/elicit/themes/winter.edj

0
elicit/.md5sum Normal file
View File

26
elicit/Pkgfile Normal file
View File

@ -0,0 +1,26 @@
# Description: Enlightenment DR17 window manager.
# URL: http://www.enlightenment.org/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: ewl
name=elicit
version=cvs
release=1
build()
{
cd $PKGMK_SOURCE_DIR
if cd e17/apps/$name ; then
cvs -z3 -q up -dAP
else
cvs -z3 -q -d :pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/apps/$name
fi
cp -r $PKGMK_SOURCE_DIR/e17/apps/$name $SRC
cd $SRC/$name
./autogen.sh --prefix=/usr
make
make install DESTDIR=$PKG
}