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
0cebe2a3
Unverified
Commit
0cebe2a3
authored
5 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
main/libphonenumber: remove, upstreamed (
!467
)
parent
fb05a9e5
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#194191
passed
5 years ago
Stage: first
Stage: second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/libphonenumber/APKBUILD
+0
-39
0 additions, 39 deletions
main/libphonenumber/APKBUILD
with
0 additions
and
39 deletions
main/libphonenumber/APKBUILD
deleted
100644 → 0
+
0
−
39
View file @
fb05a9e5
# Contributor: Bhushan Shah <bshah@kde.org>
# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname
=
libphonenumber
pkgver
=
8.10.13
pkgrel
=
0
_gtestversion
=
1.8.1
pkgdesc
=
"Library for parsing, formatting, and validating international phone numbers."
url
=
"https://github.com/googlei18n/libphonenumber"
arch
=
"all"
license
=
"Apache"
depends_dev
=
"boost-dev protobuf-dev icu-dev"
makedepends
=
"
$depends_dev
cmake gtest-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/googlei18n/
${
pkgname
}
/archive/v
${
pkgver
}
.tar.gz
googletest-
$_gtestversion
.tar.gz::https://github.com/google/googletest/archive/release-
$_gtestversion
.tar.gz"
build
()
{
# this package doesn't play nicely when built with ccache and distcc
# this is mainly due to usage of boost templates and gtest library which also uses the templates.
export
CCACHE_DISABLE
=
1
cd
"
$builddir
/cpp"
cmake
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
make
}
check
()
{
cd
"
$builddir
/cpp"
./libphonenumber_test
}
package
()
{
cd
"
$builddir
/cpp"
DESTDIR
=
"
$pkgdir
"
make
install
}
sha512sums
=
"84d46f1e8dac3c8daa5ca4b1f493bf909e8c7eb189749bb2ba6773c94253014ab76f871504a7201c035fe5aaabfdbcf665cdadf828925d1703595656357b9f0c libphonenumber-8.10.13.tar.gz
e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c4369d7 googletest-1.8.1.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