summaryrefslogtreecommitdiff
path: root/community/pawm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/pawm
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/pawm')
-rw-r--r--community/pawm/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/pawm/PKGBUILD b/community/pawm/PKGBUILD
new file mode 100644
index 000000000..7f134b52e
--- /dev/null
+++ b/community/pawm/PKGBUILD
@@ -0,0 +1,23 @@
+# $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
+}