summaryrefslogtreecommitdiff
path: root/community/lwm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/lwm
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/lwm')
-rw-r--r--community/lwm/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/lwm/PKGBUILD b/community/lwm/PKGBUILD
deleted file mode 100644
index 61fed43ce..000000000
--- a/community/lwm/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 94155 2013-07-15 07:14:16Z kkeen $
-# Maintainer: Kyle Keen <keenerd@gmail.com>
-# Contributor: Jeff Mickey <j@codemac.net>
-# Contributor: Ben Mazer <blm@groknil.org>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=lwm
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A very light weight window manager"
-arch=('i686' 'x86_64')
-url="http://www.jfc.org.uk/software/lwm.html"
-license=('GPL')
-depends=('xorg-server' 'libxext' 'libsm')
-makedepends=('imake')
-source=(http://www.jfc.org.uk/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('439789a5396107cca5f54e108760c1f4')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- xmkmf
- sed -i 's/^LOCAL_LIBRARIES.*/& $(ICELIB)/' Makefile
- make
- strip lwm
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- install -Dm755 lwm "$pkgdir/usr/bin/lwm"
- install -Dm644 lwm.man "$pkgdir/usr/share/man/man1/lwm.1"
-}