diff options
Diffstat (limited to 'community/pawm/PKGBUILD')
-rw-r--r-- | community/pawm/PKGBUILD | 8 |
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 } |