forked from ports/contrib
elicit: initial release, better late than never.
This commit is contained in:
parent
0c99aace06
commit
5cd4247bb6
10
elicit/.footprint
Normal file
10
elicit/.footprint
Normal 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
0
elicit/.md5sum
Normal file
26
elicit/Pkgfile
Normal file
26
elicit/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user