summaryrefslogtreecommitdiff
path: root/community/pawm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pawm/PKGBUILD')
-rw-r--r--community/pawm/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/pawm/PKGBUILD b/community/pawm/PKGBUILD
index 7f134b52e..a48611500 100644
--- a/community/pawm/PKGBUILD
+++ b/community/pawm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 78889 2012-10-26 13:02:16Z spupykin $
+# $Id: PKGBUILD 114121 2014-07-01 13:32:36Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=pawm
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
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/"
@@ -19,5 +19,9 @@ build() {
export LDFLAGS="-lXrender -lXext -lX11"
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make install DESTDIR=$pkgdir
}