Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
8e017731
Commit
8e017731
authored
Apr 06, 2015
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/lua-xml: use install_if
parent
a060ffa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main/lua-xml/APKBUILD
main/lua-xml/APKBUILD
+2
-2
No files found.
main/lua-xml/APKBUILD
View file @
8e017731
...
...
@@ -3,7 +3,7 @@ _luaversions="5.1 5.2"
pkgname
=
lua-xml
_name
=
LuaXML
pkgver
=
130610
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"a minimal set of functions for the processing of XML data in Lua"
url
=
"http://viremo.eludi.net/LuaXML/index.html"
arch
=
"all"
...
...
@@ -13,7 +13,6 @@ makedepends=""
install
=
subpackages
=
for
_v
in
$_luaversions
;
do
depends
=
"
$depends
lua
$_v
-xml"
makedepends
=
"
$makedepends
lua
$_v
-dev"
subpackages
=
"
$subpackages
lua
$_v
-xml:split_
${
_v
/./_
}
"
done
...
...
@@ -58,6 +57,7 @@ package() {
_split
()
{
local
d
=
_ver
=
$1
pkgdesc
=
"
$pkgdesc
for Lua
$_ver
"
install_if
=
"lua
$_ver
$pkgname
=
$pkgver
-r
$pkgrel
"
depends
=
for
d
in
usr/lib/lua usr/share/lua
;
do
if
[
-d
"
$pkgdir
"
/
$d
/
$_ver
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment