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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
TBK
aports
Commits
5acfa6f5
Commit
5acfa6f5
authored
7 years ago
by
Ivan Tham
Committed by
Timo Teräs
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/skalibs: upgrade to 2.5.0.0
parent
1d2cab55
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/skalibs/APKBUILD
+13
-29
13 additions, 29 deletions
main/skalibs/APKBUILD
with
13 additions
and
29 deletions
main/skalibs/APKBUILD
+
13
−
29
View file @
5acfa6f5
# Maintainer: Laurent Bercot <ska-devel@skarnet.org>
# Contributor: John Regan <john@jrjrtech.com>
pkgname
=
skalibs
pkgver
=
2.
4
.0.
2
pkgver
=
2.
5
.0.
0
pkgrel
=
0
pkgdesc
=
"A set of general-purpose C programming libraries for skarnet.org software."
url
=
"http://skarnet.org/software/skalibs/"
arch
=
"all"
license
=
"ISC"
depends
=
""
depends_dev
=
""
makedepends
=
""
install
=
""
options
=
"!check"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://skarnet.org/software/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
./configure
\
--enable-shared
\
--enable-static
\
--libdir
=
/usr/lib
\
--enable-clock
\
||
return
1
make
||
return
1
--enable-clock
make
}
package
()
{
cd
"
$
_
builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
dev
()
{
default_dev
cd
"
$
sub
pkgdir
"
mv
-f
"
$
pkgdir
/usr/lib/
$pkgname
"
/sysdeps/
*
"usr/lib/
$pkgname
/sysdeps/"
rm
-rf
"
$pkgdir
/usr
"
mv
"
$pkgdir
/usr/lib/
$pkgname
"
/sysdeps/
*
\
"
$sub
pkgdir
/usr/lib/
$pkgname
"
/sysdeps/
rm
-rf
"
$pkgdir
"
/usr
}
doc
()
{
default_doc
mkdir
-p
"
$subpkgdir
/usr/share/doc"
cp
-a
"
$
_
builddir
/doc"
"
$subpkgdir
/usr/share/doc/
$pkgname
"
cp
-a
"
$builddir
/doc"
"
$subpkgdir
/usr/share/doc/
$pkgname
"
}
md5sums
=
"edcd88590288cdd0fc8dbd417e0d49e9 skalibs-2.4.0.2.tar.gz"
sha256sums
=
"0708172bc2ec9825f8a4f312d35f8dcd94da5f291425a598c33c873b3de77df8 skalibs-2.4.0.2.tar.gz"
sha512sums
=
"1a60ff7bf2364cfe56dc5847321dad4eaa3942be90555a405c4c6c6fff287e197621796624cd52030f4373665ef53d4f7cd5832e8492ecf1d75c82544a4c8f2e skalibs-2.4.0.2.tar.gz"
sha512sums
=
"fe96cb0a128dc5060c74dca1ac96df96bf1f9383229ef283b7b23b98c7910137f3ca25ecd7cf91446a7f6d1ce7bb6a36e346c45c6d5723f73eea008626a3792e skalibs-2.5.0.0.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