summaryrefslogtreecommitdiff
path: root/community/pawm/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
commit8d32e471d53634b308adf93007922a6ccbd2b830 (patch)
tree606fdcd5508936ffdfc7cf510a16b7324c2792e2 /community/pawm/PKGBUILD
parent4c9d76f582ae64854e30113e7f7dc621af3db820 (diff)
parent1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/chmsee/PKGBUILD community/cupsddk/PKGBUILD community/optipng/PKGBUILD community/pcb/PKGBUILD community/taglib-rcc/PKGBUILD community/wmctrl/PKGBUILD extra/c-ares/PKGBUILD multilib/lib32-freetype2/PKGBUILD
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 be066fc88..7e452bd3b 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' 'mips64el')
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
}