diff options
author | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
commit | 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch) | |
tree | 03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/pawm/PKGBUILD | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/pawm/PKGBUILD')
-rw-r--r-- | community/pawm/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/community/pawm/PKGBUILD b/community/pawm/PKGBUILD new file mode 100644 index 000000000..7f134b52e --- /dev/null +++ b/community/pawm/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 78889 2012-10-26 13:02:16Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> + +pkgname=pawm +pkgver=2.3.0 +pkgrel=2 +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/" +url="https://sites.google.com/site/pleyadestest/david/projects/pawm" +license=("GPL") +depends=('libxft' 'libxpm' 'libxrandr') +makedepends=('cmake') +source=(http://www.pleyades.net/pawm/files/pawm-$pkgver.tar.gz) +md5sums=('cc004865f5b5d8118e68154857b913a2') + +build() { + cd $srcdir/$pkgname-$pkgver + export LDFLAGS="-lXrender -lXext -lX11" + cmake -DCMAKE_INSTALL_PREFIX=/usr + make + make install DESTDIR=$pkgdir +} |