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
be2125bd
Commit
be2125bd
authored
5 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
testing/zfs-lts: new aport
parent
c9818ccc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/zfs-lts/APKBUILD
+75
-0
75 additions, 0 deletions
testing/zfs-lts/APKBUILD
with
75 additions
and
0 deletions
testing/zfs-lts/APKBUILD
0 → 100644
+
75
−
0
View file @
be2125bd
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# when changing _ver we *must* bump _rel
_name
=
zfs
_ver
=
0.8.2
_rel
=
0
_flavor
=
${
FLAVOR
:-
lts
}
_kpkg
=
linux-
$_flavor
_kver
=
5.4
_krel
=
0
_kpkgver
=
"
$_kver
-r
$_krel
"
_kabi
=
"
$_kver
-
$_krel
-
$_flavor
"
pkgname
=
$_name
-
$_flavor
pkgver
=
$_kver
pkgrel
=
$((
$_krel
+
$_rel
))
pkgdesc
=
"ZFS for Linux"
url
=
"http://zfsonlinux.org"
arch
=
"x86 x86_64 aarch64 ppc64le"
license
=
"CDDL-1.0"
provides
=
"spl-vanilla"
# Mitigate upgrade conflicts
depends
=
"
$_kpkg
=
$_kpkgver
"
depends_dev
=
"glib-dev e2fsprogs-dev util-linux-dev libtirpc-dev
$_kpkg
-dev=
$_kpkgver
"
makedepends
=
"
$depends_dev
automake autoconf libtool linux-headers"
install_if
=
"zfs
$_kpkg
=
$_kpkgver
"
subpackages
=
"
$pkgname
-dev"
source
=
"https://github.com/zfsonlinux/zfs/releases/download/zfs-
$_ver
/zfs-
$_ver
.tar.gz"
builddir
=
"
$srcdir
/
$_name
-
$_ver
"
prepare
()
{
default_prepare
# verify the kernel version
local
_kapkbuild
=
../../testing/linux-
$_flavor
-/APKBUILD
if
[
-f
$_kapkbuild
]
;
then
(
.
$_kapkbuild
pkgname
=
$_name
-
$_flavor
[
"
$_kver
"
!=
"
$pkgver
"
]
&&
die
"please update _kver to
$pkgver
"
[
"
$_krel
"
!=
"
$pkgrel
"
]
&&
die
"please update _krel to
$pkgrel
"
return
0
)
fi
autoreconf
-vif
}
build
()
{
cd
"
$builddir
"
./configure
--prefix
=
/usr
\
--with-tirpc
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--with-config
=
kernel
\
--with-linux
=
/usr/src/linux-headers-
${
_kabi
}
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
dev
()
{
mkdir
-p
"
$subpkgdir
"
/usr
mv
"
$pkgdir
"
/usr/src
"
$subpkgdir
"
/usr
default_dev
}
sha512sums
=
"1424b1a030b814f812b5da422100669db5b8c3ccae14c2fdd62a5e0df28e7255247fe5ca99c95a14f08c92cc1574c22dd132093e4a1dd81e38c95b10cc5e2496 zfs-0.8.2.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