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
Merge requests
!287
Package bumps for 20 July 2019.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Package bumps for 20 July 2019.
bump.aerdan.20190720
into
master
Overview
0
Commits
15
Pipelines
0
Changes
18
Merged
Síle Ekaterin Liszka
requested to merge
bump.aerdan.20190720
into
master
5 years ago
Overview
0
Commits
15
Pipelines
0
Changes
18
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b72b6c47
15 commits,
5 years ago
18 files
+
44
−
95
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
user/libstatgrab/APKBUILD
+
4
−
13
Options
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
libstatgrab
pkgver
=
0.9
1
pkgver
=
0.9
2
pkgrel
=
0
pkgdesc
=
"Library for cross-platform access to system statistics."
url
=
"https://www.i-scream.org/libstatgrab"
@@ -12,15 +12,10 @@ depends_dev="ncurses-dev"
checkdepends
=
"perl"
makedepends
=
"autoconf automake libtool utmps-dev
$depends_dev
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://ftp.i-scream.org/pub/i-scream/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
fix-configure.patch
nongnu.patch"
source
=
"https://ftp.i-scream.org/pub/i-scream/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
aclocal
libtoolize
-if
--recursive
autoreconf
-if
LIBS
=
"-lutmps -lskarnet -ltinfo"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
@@ -28,9 +23,7 @@ build() {
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--enable-maintainer-mode
\
--disable-man-build
\
ac_cv_header_sys_sysinfo_h
=
no
--disable-man-build
make
}
@@ -44,6 +37,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"f360f2e1b185bf9603b1d9c50649b0050e9502128ff81a9f4de88457e2f5203deafe7fd7ac13ebc4cc56e6ecd1bdf8aacae64987bdf36af0c9929e30626915f6 libstatgrab-0.91.tar.gz
96661b2d4c4c54fde9b2cb57e3a9d84e950aae130017a7496a60b630ec7c30d8c6ee270d8f2976f8179f4926073a39d92116e4abce2f4c742d4d5e08bc031f4e fix-configure.patch
9c42c860c0939b60fcba26d86d65c8e5f1e64e5e6d0646eb7d6ab72b1926f655f0ae8212823cf6e0e1afb1b9098a4d02503847304ce5e20d0540329c10d23d7f nongnu.patch"
sha512sums
=
"a99c6be56d930779d0d8f6f81e64e2f31e19423009c39e925b39116a42aa2c6037651992ac2168c43a5c6ecadf3e4a58486ab6148cf96118c429b04fdcf65192 libstatgrab-0.92.tar.gz"
Loading