mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/lua-xctrl: new website and download URL
This commit is contained in:
parent
bd2b81ecd0
commit
ac4da4a84f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user