Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Panek
aports
Commits
5c8cfe25
Commit
5c8cfe25
authored
11 years ago
by
Timo Teräs
Browse files
Options
Downloads
Patches
Plain Diff
testing/luajit: upgrade to 2.0.3, pax mark the binary
parent
987e2cc0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/luajit/APKBUILD
+9
-3
9 additions, 3 deletions
testing/luajit/APKBUILD
with
9 additions
and
3 deletions
testing/luajit/APKBUILD
+
9
−
3
View file @
5c8cfe25
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname
=
luajit
pkgname
=
luajit
pkgver
=
2.0.
0
pkgver
=
2.0.
3
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
'Just-in-time compiler and replacement for Lua 5.1 '
pkgdesc
=
'Just-in-time compiler and replacement for Lua 5.1 '
url
=
'http://luajit.org'
url
=
'http://luajit.org'
arch
=
"all"
arch
=
"all"
license
=
"MIT"
license
=
"MIT"
makedepends
=
"
$depends_dev
"
makedepends
=
"
$depends_dev
paxctl
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://luajit.org/download/LuaJIT-
$pkgver
.tar.gz"
source
=
"http://luajit.org/download/LuaJIT-
$pkgver
.tar.gz"
...
@@ -23,8 +23,14 @@ package() {
...
@@ -23,8 +23,14 @@ package() {
cd
"
$_builddir
"
cd
"
$_builddir
"
make
install
DESTDIR
=
"
$pkgdir
"
PREFIX
=
/usr
||
return
1
make
install
DESTDIR
=
"
$pkgdir
"
PREFIX
=
/usr
||
return
1
local
paxflags
=
"-m"
[
"
$CARCH
"
==
"x86"
]
&&
paxflags
=
"-msp"
paxctl
-c
$paxflags
"
$pkgdir
"
/usr/bin/luajit-
$pkgver
||
return
1
install
-Dm644
"
$_builddir
"
/COPYRIGHT
\
install
-Dm644
"
$_builddir
"
/COPYRIGHT
\
$pkgdir
/usr/share/licenses/
$pkgname
/COPYRIGHT
$pkgdir
/usr/share/licenses/
$pkgname
/COPYRIGHT
}
}
md5sums
=
"97a2b87cc0490784f54b64cfb3b8f5ad LuaJIT-2.0.0.tar.gz"
md5sums
=
"f14e9104be513913810cd59c8c658dc0 LuaJIT-2.0.3.tar.gz"
sha256sums
=
"55be6cb2d101ed38acca32c5b1f99ae345904b365b642203194c585d27bebd79 LuaJIT-2.0.3.tar.gz"
sha512sums
=
"7b3e3de22ac3602299b5918b60801e45a3278e547a15c16fdae7359538d4ada27ba664935d5f97c7409f330c2f8efeaae9ea03415f5e9d5a9d81e022cd5d36e0 LuaJIT-2.0.3.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment