Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
680
Issues
680
List
Boards
Labels
Service Desk
Milestones
Merge Requests
207
Merge Requests
207
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
aa71a294
Commit
aa71a294
authored
May 07, 2019
by
Leo
Committed by
Natanael Copa
May 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/libpsl: upgrade to 0.21.0
parent
c35bc1d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
community/libpsl/APKBUILD
community/libpsl/APKBUILD
+13
-9
No files found.
community/libpsl/APKBUILD
View file @
aa71a294
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libpsl
pkgver
=
0.2
0.2
pkgrel
=
1
pkgver
=
0.2
1.0
pkgrel
=
0
pkgdesc
=
"C library for the Publix Suffix List"
url
=
"https://rockdaboot.github.io/libpsl"
arch
=
"all"
license
=
"MIT"
makedepends
=
"
gtk-doc
python2"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
makedepends
=
"python2"
subpackages
=
"
$pkgname
-
static
$pkgname
-
dev
$pkgname
-doc"
source
=
"https://github.com/rockdaboot/libpsl/releases/download/libpsl-
$pkgver
/libpsl-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/libpsl-
$pkgver
"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -24,13 +22,19 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe libpsl-0.20.2.tar.gz"
static
()
{
depends
=
""
pkgdesc
=
"
$pkgdesc
(static library)"
mkdir
-p
"
$subpkgdir
"
/usr/lib
mv
"
$pkgdir
"
/usr/lib/
*
.a
"
$subpkgdir
"
/usr/lib
}
sha512sums
=
"165c4f0b0640a813d512bd916e1532e32e43c8c81a5efd048f3a5b07b1b3c9129b4c4b5008b8b11a7c1b3914caea17564321389cd350bf1d687d53a97f2afa4d libpsl-0.21.0.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment