Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
b33242a2
Verified
Commit
b33242a2
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/i*: modernise, fix metadata
parent
18b82cff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
system/icu/APKBUILD
+2
-8
2 additions, 8 deletions
system/icu/APKBUILD
system/iproute2/APKBUILD
+1
-1
1 addition, 1 deletion
system/iproute2/APKBUILD
system/isl/APKBUILD
+1
-1
1 addition, 1 deletion
system/isl/APKBUILD
with
4 additions
and
10 deletions
system/icu/APKBUILD
+
2
−
8
View file @
b33242a2
...
...
@@ -7,14 +7,14 @@ pkgver=63.1
_ver
=
$(
printf
'%s'
"
$pkgver
"
|
tr
.
_
)
pkgrel
=
1
pkgdesc
=
"International Components for Unicode
library
"
pkgdesc
=
"International Components for Unicode"
url
=
"http://site.icu-project.org/"
arch
=
"all"
license
=
"ICU"
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-doc
$pkgname
-libs"
depends
=
""
checkdepends
=
"diffutils"
makedepends
=
""
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-doc
$pkgname
-libs"
source
=
"https://ssl.icu-project.org/files/icu4c/
${
pkgver
}
/
${
pkgname
}
4c-
$_ver
-src.tgz
icu-60.2-always-use-utf8.patch
checkimpl.patch
...
...
@@ -32,7 +32,6 @@ source="https://ssl.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver-src
builddir
=
"
$srcdir
"
/icu/source
prepare
()
{
cd
"
$builddir
"
default_prepare
update_config_sub
...
...
@@ -51,7 +50,6 @@ prepare() {
}
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -66,14 +64,10 @@ build() {
}
check
()
{
# armhf tests fail with gensprep: Bus error
[
"
$CARCH
"
!=
armhf
]
||
return
0
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
-j1
DESTDIR
=
"
$pkgdir
"
install
chmod
+x
"
$pkgdir
"
/usr/bin/icu-config
install
-Dm644
"
$srcdir
"
/icu/license.html
\
...
...
This diff is collapsed.
Click to expand it.
system/iproute2/APKBUILD
+
1
−
1
View file @
b33242a2
...
...
@@ -3,7 +3,7 @@
pkgname
=
iproute2
pkgver
=
5.3.0
pkgrel
=
0
pkgdesc
=
"
IP configuration,
routing
,
and
traff
ic con
trol utilitie
s"
pkgdesc
=
"
Advanced IP
routing and
network dev
ic
e
con
figuration tool
s"
url
=
"https://wiki.linuxfoundation.org/networking/iproute2"
arch
=
"all"
# the testsuite in this package seems to be geared towards kernel developers
...
...
This diff is collapsed.
Click to expand it.
system/isl/APKBUILD
+
1
−
1
View file @
b33242a2
...
...
@@ -3,7 +3,7 @@
pkgname
=
isl
pkgver
=
0.20
pkgrel
=
0
pkgdesc
=
"
An
Integer Set Library
for the Polyhedral Model
"
pkgdesc
=
"Integer Set Library"
url
=
"http://isl.gforge.inria.fr/"
arch
=
"all"
options
=
"!dbg strip"
# Static libs only
...
...
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