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
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
3416ec68
Commit
3416ec68
authored
9 years ago
by
Timo Teräs
Browse files
Options
Downloads
Patches
Plain Diff
main/oscam: use paxmark
parent
47db907c
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
main/oscam/APKBUILD
+3
-3
3 additions, 3 deletions
main/oscam/APKBUILD
with
3 additions
and
3 deletions
main/oscam/APKBUILD
+
3
−
3
View file @
3416ec68
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
# Maintainer:
# Maintainer:
pkgname
=
oscam
pkgname
=
oscam
pkgver
=
0_svn20150324
pkgver
=
0_svn20150324
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"An Open Source Conditional Access Module software"
pkgdesc
=
"An Open Source Conditional Access Module software"
url
=
"http://www.streamboard.tv/oscam/"
url
=
"http://www.streamboard.tv/oscam/"
arch
=
"all"
arch
=
"all"
license
=
"GPL"
license
=
"GPL"
depends
=
""
depends
=
""
depends_dev
=
"openssl-dev libusb-dev pcsc-lite-dev"
depends_dev
=
"openssl-dev libusb-dev pcsc-lite-dev"
makedepends
=
"
$depends_dev
bash subversion pax
ctl
linux-headers"
makedepends
=
"
$depends_dev
bash subversion pax
mark
linux-headers"
install
=
"
$pkgname
.pre-install"
install
=
"
$pkgname
.pre-install"
pkgusers
=
"
$pkgname
"
pkgusers
=
"
$pkgname
"
subpackages
=
"
$pkgname
-doc
$pkgname
-list-smargo:list_smargo
$pkgname
-dbg"
subpackages
=
"
$pkgname
-doc
$pkgname
-list-smargo:list_smargo
$pkgname
-dbg"
...
@@ -79,7 +79,7 @@ package() {
...
@@ -79,7 +79,7 @@ package() {
local
paxflags
=
"-m"
local
paxflags
=
"-m"
# x86 need looser pax restrictions
# x86 need looser pax restrictions
[
"
$CARCH
"
=
"x86"
]
&&
paxflags
=
"-msp"
[
"
$CARCH
"
=
"x86"
]
&&
paxflags
=
"-msp"
pax
ctl
-c
$paxflags
"
$pkgdir
/usr/bin/oscam"
||
return
1
pax
mark
"
$paxflags
"
"
$pkgdir
/usr/bin/oscam"
||
return
1
}
}
list_smargo
()
{
list_smargo
()
{
...
...
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