main/lua-xctrl: new website and download URL

This commit is contained in:
Jeff Pohlmeyer 2011-10-16 19:22:41 +00:00 committed by Natanael Copa
parent bd2b81ecd0
commit ac4da4a84f

View File

@ -6,16 +6,16 @@ _y=${pkgver%.*}
_y=${_y#*.}
_z=${pkgver##*.}
_ver=${_x}-${_y}-${_z}
pkgrel=1
pkgrel=2
pkgdesc="Lua module that allows you to query and manipulate various aspects of an X11 window manager"
url="http://jkp.t35.com/lua/"
url="http://code.google.com/p/xctrl/"
arch="all"
license="GPL-2"
depends=
makedepends="lua-dev libx11-dev libxmu-dev libiconv-dev"
install=
subpackages="$pkgname-doc"
source="http://jkp.t35.com/files/xctrl-$_ver.tar.gz"
source="http://xctrl.googlecode.com/files/xctrl-$_ver.tar.gz"
_builddir="$srcdir"/xctrl-$_ver
_lua_libdir=/usr/lib/lua/5.1