diff options
Diffstat (limited to 'community/pawm/PKGBUILD')
-rw-r--r-- | community/pawm/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pawm/PKGBUILD b/community/pawm/PKGBUILD index 7e452bd3b..c2ba3afe9 100644 --- a/community/pawm/PKGBUILD +++ b/community/pawm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 59172 2011-11-21 13:08:19Z spupykin $ +# $Id: PKGBUILD 66194 2012-02-23 02:43:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=pawm pkgver=2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Puto Amo Window Manager is a full featured window manager, but without useless bells and whistles" arch=('i686' 'x86_64' 'mips64el') url="http://www.pleyades.net/pawm/" @@ -15,6 +15,7 @@ md5sums=('cc004865f5b5d8118e68154857b913a2') build() { cd $srcdir/$pkgname-$pkgver + export LDFLAGS="-lXrender -lXext -lX11" cmake -DCMAKE_INSTALL_PREFIX=/usr make make install DESTDIR=$pkgdir |