enter: removed

This commit is contained in:
Danny Rawlins 2007-12-05 04:10:54 +11:00
parent 8bfe0dc2fa
commit 413a347090
3 changed files with 0 additions and 29 deletions

View File

@ -1,12 +0,0 @@
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

View File

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

View File

@ -1,16 +0,0 @@
# 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
}