forked from ports/contrib
enter: initial import
This commit is contained in:
parent
0809876c41
commit
4de992acb6
12
enter/.footprint
Normal file
12
enter/.footprint
Normal 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
1
enter/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
afe027e554b8a077558b69842e73ab16 enter-0.0.5.tar.bz2
|
16
enter/Pkgfile
Normal file
16
enter/Pkgfile
Normal 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user