summaryrefslogtreecommitdiff
path: root/community/lwm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/lwm
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 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"
-}