Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
0169350b
Unverified
Commit
0169350b
authored
4 years ago
by
Dang Huynh
Committed by
Bart Ribbers
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
modem/libsamsung-ipc: fix linting (MR 1260)
[ci:skip-vercheck] Signed-off-by:
Danct12
<
danct12@disroot.org
>
parent
2aaece52
No related branches found
No related tags found
No related merge requests found
Pipeline
#194726
passed
4 years ago
Stage: first
Stage: second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modem/libsamsung-ipc/APKBUILD
+4
-9
4 additions, 9 deletions
modem/libsamsung-ipc/APKBUILD
with
4 additions
and
9 deletions
modem/libsamsung-ipc/APKBUILD
+
4
−
9
View file @
0169350b
...
...
@@ -4,28 +4,23 @@ pkgrel=2
pkgdesc
=
"Implementation of Samsung modem protocol"
url
=
"https://redmine.replicant.us/projects/replicant/wiki/Libsamsung-ipc"
arch
=
"all"
license
=
"GPLv2"
depends
=
""
license
=
"GPL-2.0-or-later"
makedepends
=
"autoconf automake libtool openssl-dev linux-headers"
subpackages
=
""
# Replace the last dot with a minus
_pkgver
=
"
$(
echo
"
$pkgver
"
|
sed
's/\([0-9]*\.[0-9]*\)\.*/\1-/'
)
"
source
=
"
$pkgname
-
$_pkgver
.tar.gz::https://git.replicant.us/replicant/hardware_replicant_libsamsung-ipc/snapshot/replicant-
${
_pkgver
}
.tar.gz
source
=
"
$pkgname
-
$_pkgver
.tar.gz::https://git.replicant.us/replicant/hardware_replicant_libsamsung-ipc/snapshot/replicant-
$_pkgver
.tar.gz
0001-i9100-modem-firmware-device-path.patch
"
options
=
"!check"
"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
"
/replicant-
$_pkgver
build
()
{
cd
"
$builddir
"
./autogen.sh
CFLAGS
=
-Dloff_t
=
off_t
--prefix
=
/usr
--sysconfdir
=
/etc
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
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