summaryrefslogtreecommitdiff
path: root/community/pawm/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
committerroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
commit1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (patch)
tree070846cb6770ab17d394d88c3f0cd3ad3eb89842 /community/pawm/PKGBUILD
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Wed Nov 23 23:15:26 UTC 2011
Diffstat (limited to 'community/pawm/PKGBUILD')
-rw-r--r--community/pawm/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pawm/PKGBUILD b/community/pawm/PKGBUILD
index 0755f70ee..af37c7df9 100644
--- a/community/pawm/PKGBUILD
+++ b/community/pawm/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 19617 2010-06-26 08:01:18Z spupykin $
+# $Id: PKGBUILD 59172 2011-11-21 13:08:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=pawm
@@ -8,14 +8,14 @@ pkgdesc="Puto Amo Window Manager is a full featured window manager, but without
arch=('i686' 'x86_64')
url="http://www.pleyades.net/pawm/"
license=("GPL")
-depends=(libxft libxpm libxrandr)
+depends=('libxft' 'libxpm' 'libxrandr')
+makedepends=('cmake')
source=(http://www.pleyades.net/pawm/files/pawm-$pkgver.tar.gz)
md5sums=('cc004865f5b5d8118e68154857b913a2')
build() {
cd $srcdir/$pkgname-$pkgver
-
cmake -DCMAKE_INSTALL_PREFIX=/usr
- make || return 1
+ make
make install DESTDIR=$pkgdir
}