aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Pohlmeyer <yetanothergeek@gmail.com>2011-10-16 19:22:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-16 19:22:41 +0000
commitac4da4a84f73bb036344eca2ebde0ff2e3f92e24 (patch)
tree522cd5dc59a357ee958ea24bf3f915074232af64
parentbd2b81ecd0f8ef568a92b19d11bd8d1494626b5f (diff)
downloadalpine_aports-ac4da4a84f73bb036344eca2ebde0ff2e3f92e24.tar.bz2
alpine_aports-ac4da4a84f73bb036344eca2ebde0ff2e3f92e24.tar.xz
alpine_aports-ac4da4a84f73bb036344eca2ebde0ff2e3f92e24.zip
main/lua-xctrl: new website and download URL
-rw-r--r--main/lua-xctrl/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lua-xctrl/APKBUILD b/main/lua-xctrl/APKBUILD
index 5b9242e57f..fa7bac7bef 100644
--- a/main/lua-xctrl/APKBUILD
+++ b/main/lua-xctrl/APKBUILD
@@ -6,16 +6,16 @@ _y=${pkgver%.*}
6_y=${_y#*.} 6_y=${_y#*.}
7_z=${pkgver##*.} 7_z=${pkgver##*.}
8_ver=${_x}-${_y}-${_z} 8_ver=${_x}-${_y}-${_z}
9pkgrel=1 9pkgrel=2
10pkgdesc="Lua module that allows you to query and manipulate various aspects of an X11 window manager" 10pkgdesc="Lua module that allows you to query and manipulate various aspects of an X11 window manager"
11url="http://jkp.t35.com/lua/" 11url="http://code.google.com/p/xctrl/"
12arch="all" 12arch="all"
13license="GPL-2" 13license="GPL-2"
14depends= 14depends=
15makedepends="lua-dev libx11-dev libxmu-dev libiconv-dev" 15makedepends="lua-dev libx11-dev libxmu-dev libiconv-dev"
16install= 16install=
17subpackages="$pkgname-doc" 17subpackages="$pkgname-doc"
18source="http://jkp.t35.com/files/xctrl-$_ver.tar.gz" 18source="http://xctrl.googlecode.com/files/xctrl-$_ver.tar.gz"
19 19
20_builddir="$srcdir"/xctrl-$_ver 20_builddir="$srcdir"/xctrl-$_ver
21_lua_libdir=/usr/lib/lua/5.1 21_lua_libdir=/usr/lib/lua/5.1