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
5c740bef
Unverified
Commit
5c740bef
authored
5 years ago
by
Bart Ribbers
Committed by
Alexey Minnekhanov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
maemo/libconic: new aport (
!810
)
parent
0de1146e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
maemo/libconic/APKBUILD
+31
-0
31 additions, 0 deletions
maemo/libconic/APKBUILD
with
31 additions
and
0 deletions
maemo/libconic/APKBUILD
0 → 100644
+
31
−
0
View file @
5c740bef
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Nikita Ukhrenkov <thekit@disroot.org>
pkgname
=
libconic
pkgver
=
0.24.1
pkgrel
=
0
pkgdesc
=
"Internet connectivity library"
url
=
"https://github.com/maemo-leste/libconic"
arch
=
"all !armhf !armv7"
license
=
"LGPL-2.1-only"
depends_dev
=
"dbus-glib-dev gconf-dev icd2-osso-ic-headers-dev"
makedepends
=
"
$depends_dev
autoconf automake libtool dpkg-dev glib-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/maemo-leste/libconic/archive/
$pkgver
.tar.gz"
subpackages
=
"
$pkgname
-dev"
options
=
"!check"
prepare
()
{
default_prepare
./autogen.sh
}
build
()
{
CFLAGS
=
"
$CFLAGS
-Wno-error=deprecated-declarations"
./configure
--prefix
=
/usr
make
}
package
()
{
DESTDIR
=
"
$pkgdir
"
make
install
}
sha512sums
=
"ba4aaf025262bf7aa6f7426736d06bc64b1da86f54274fd4b5fef5a829114486df83cd02f974ffbcf6c14913d580ac82eb4f8c09dafbcb0fe9408d11dcc329a3 libconic-0.24.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