enter: initial import

This commit is contained in:
Mark Rosenstand 2006-12-06 20:01:32 +01:00
parent 0809876c41
commit 4de992acb6
3 changed files with 29 additions and 0 deletions

12
enter/.footprint Normal file
View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/enter.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/enter
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/enter/
drwxr-xr-x root/root usr/share/enter/themes/
drwxr-xr-x root/root usr/share/enter/themes/default/
-rw-r--r-- root/root usr/share/enter/themes/default/background.png
-rw-r--r-- root/root usr/share/enter/themes/default/input.png
-rw-r--r-- root/root usr/share/enter/themes/default/theme

1
enter/.md5sum Normal file
View File

@ -0,0 +1 @@
afe027e554b8a077558b69842e73ab16 enter-0.0.5.tar.bz2

16
enter/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Lightweight graphical login manager
# URL: http://users.student.lth.se/d04ran/enter/
# Maintainer: Mark Rosenstand, mark at borkware dot net
# Depends on: imlib2
name=enter
version=0.0.5
release=1
source=(http://dl.sourceforge.net/sourceforge/enter/enter-$version.tar.bz2)
build() {
cd enter-$version
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}