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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
75a5db01
Commit
75a5db01
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/libewf: upgrade to 20201129
parent
a711dc44
Loading
Loading
1 merge request
!15108
community/libewf: upgrade to 20201129
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libewf/APKBUILD
+8
-13
8 additions, 13 deletions
community/libewf/APKBUILD
with
8 additions
and
13 deletions
community/libewf/APKBUILD
+
8
−
13
View file @
75a5db01
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
libewf
pkgver
=
20
171104
pkgrel
=
2
pkgver
=
20
201129
pkgrel
=
0
pkgdesc
=
"Library to support the Expert Witness Compression Format"
url
=
"http://libewf.sourceforge.net"
arch
=
"all"
license
=
"LGPL-2.0-or-later"
depends
=
""
depends_dev
=
"zlib-dev bzip2-dev openssl-dev util-linux-dev"
depends_dev
=
"zlib-dev bzip2-dev openssl-dev"
makedepends
=
"
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://github.com/libyal/libewf/releases/download/
$pkgver
/
$pkgname
-experimental-
$pkgver
.tar.gz"
source
=
"https://github.com/libyal/libewf/releases/download/
$pkgver
/
libewf
-experimental-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
# fix build on gcc6
export
CFLAGS
=
"
$CFLAGS
-std=gnu89"
./configure
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
--disable-nls
\
||
return
1
make
||
return
1
--disable-static
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
610174971b8e09385f1f51c02e7be36e7a18d21f8b22ddeb7ba7d5c20e7df97591a70de3523b2d63bed8deb5a2a170a14e825f6a80aeb0937553ecae5925ee0b
libewf-experimental-20
171104
.tar.gz"
sha512sums
=
"
7959662267bef7cfb15a731d253929ce8653268f6171eab6ab5a1940f30497a417c4bd7f56a1202f8f7b78ee98f87cb10eb1e83a9d93b074f52ea74b3ca21bc8
libewf-experimental-20
201129
.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