summaryrefslogtreecommitdiff
path: root/community/pawm
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/pawm
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pawm')
-rw-r--r--community/pawm/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/pawm/PKGBUILD b/community/pawm/PKGBUILD
deleted file mode 100644
index 7f134b52e..000000000
--- a/community/pawm/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 78889 2012-10-26 13:02:16Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=pawm
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="Puto Amo Window Manager is a full featured window manager, but without useless bells and whistles"
-arch=('i686' 'x86_64')
-#url="http://www.pleyades.net/pawm/"
-url="https://sites.google.com/site/pleyadestest/david/projects/pawm"
-license=("GPL")
-depends=('libxft' 'libxpm' 'libxrandr')
-makedepends=('cmake')
-source=(http://www.pleyades.net/pawm/files/pawm-$pkgver.tar.gz)
-md5sums=('cc004865f5b5d8118e68154857b913a2')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- export LDFLAGS="-lXrender -lXext -lX11"
- cmake -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install DESTDIR=$pkgdir
-}