mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-05 08:44:16 +02:00
testing/apk-tools3: move library to /usr
This commit is contained in:
parent
37cd56d018
commit
6ec7ff61f1
1 changed files with 1 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=apk-tools3
|
||||
pkgver=3.0.0_pre2_git20240401
|
||||
_commit=b7a7ea728e242a04f32f8e56ddc3d8d85960ee28
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Alpine Package Keeper v3 - package manager for alpine"
|
||||
arch="all"
|
||||
url="https://git.alpinelinux.org/apk-tools"
|
||||
|
@ -37,7 +37,6 @@ builddir=$srcdir/apk-tools-$_commit
|
|||
build() {
|
||||
VERSION=$pkgver-r$pkgrel abuild-meson \
|
||||
--bindir=/sbin \
|
||||
--libdir=/lib \
|
||||
-Dlua_version=$_lua -Dlua=$_d_lua \
|
||||
-Ddocs=enabled \
|
||||
-Dhelp=enabled \
|
||||
|
@ -52,7 +51,6 @@ check() {
|
|||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
mv "$pkgdir"/lib/pkgconfig "$pkgdir"/usr/lib
|
||||
install -d "$pkgdir"/lib/apk/db \
|
||||
"$pkgdir"/lib/apk/exec \
|
||||
"$pkgdir"/etc/apk/keys \
|
||||
|
@ -75,11 +73,6 @@ static() {
|
|||
|
||||
}
|
||||
|
||||
libs() {
|
||||
pkgdesc="$pkgdesc (libraries)"
|
||||
amove 'lib/libapk*'
|
||||
}
|
||||
|
||||
luaapk() {
|
||||
pkgdesc="Lua module for $pkgname"
|
||||
depends=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue