summaryrefslogtreecommitdiff
path: root/community/enter/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/enter/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/enter/PKGBUILD')
-rw-r--r--community/enter/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/enter/PKGBUILD b/community/enter/PKGBUILD
new file mode 100644
index 000000000..e79442e48
--- /dev/null
+++ b/community/enter/PKGBUILD
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 7949 2010-01-12 22:33:43Z dgriffiths $
+# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
+
+pkgname=enter
+pkgver=0.0.9
+pkgrel=2
+pkgdesc="Enter is a lightweight graphical login manager for X."
+arch=('i686' 'x86_64')
+url="http://enter.sf.net"
+license=('GPL')
+depends=('libxft' 'imlib2' 'xorg-server')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('47a77ae57e667f887f856c0a126d667a')
+sha1sums=('f41c31229914bd22722f5d9e6aefacf65e8c41c2')
+
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc CFLAGS="$CFLAGS -lcrypt"
+ make || return 1
+ make DESTDIR=$startdir/pkg install || return 1
+}