diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 07:28:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 07:34:30 +0000 |
commit | 482662176150c5562e8b74dc7680706910b7f885 (patch) | |
tree | f79f3cef70ef40b44208b0f2fc704d0f4632516a /main/lua-xctrl/APKBUILD | |
parent | c9ec19a296bc4668d616d90939148936d802e48b (diff) | |
download | aports-482662176150c5562e8b74dc7680706910b7f885.tar.bz2 aports-482662176150c5562e8b74dc7680706910b7f885.tar.xz |
main/lua-xctrl: fix url, remove -liconv
Diffstat (limited to 'main/lua-xctrl/APKBUILD')
-rw-r--r-- | main/lua-xctrl/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/lua-xctrl/APKBUILD b/main/lua-xctrl/APKBUILD index 2c3ccbd3c3..e5f755b942 100644 --- a/main/lua-xctrl/APKBUILD +++ b/main/lua-xctrl/APKBUILD @@ -6,9 +6,9 @@ _y=${pkgver%.*} _y=${_y#*.} _z=${pkgver##*.} _ver=${_x}-${_y}-${_z} -pkgrel=0 +pkgrel=1 pkgdesc="Lua module that allows you to query and manipulate various aspects of an X11 window manager" -url="http://code.google.com/p/xctrl/" +url="https://github.com/yetanothergeek/xctrl" arch="all" license="GPL-2" depends= @@ -26,7 +26,6 @@ prepare() { build() { cd "$_builddir" export EXTRA_CFLAGS="-fPIC" - [ "$ALPINE_LIBC" != "eglibc" ] && export EXTRA_LDFLAGS="-liconv" make || return 1 } |