Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libimobiledevice-glue
Commits:
be359e27 by Balló György at 2024-07-20T19:03:32+02:00
Formatting
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,16 @@ pkgname=libimobiledevice-glue
pkgver=1.3.0
pkgrel=1
pkgdesc='A library with common code used by libraries and tools around the
libimobiledevice project'
-arch=('x86_64')
+arch=(x86_64)
url='https://libimobiledevice.org/'
-license=('LGPL-2.1-or-later')
-depends=('glibc' 'libplist')
-makedepends=('git')
+license=(LGPL-2.1-or-later)
+depends=(
+ glibc
+ libplist
+)
+makedepends=(git)
source=("git+https://github.com/libimobiledevice/libimobiledevice-glue.git#tag=$pkgver")
-b2sums=('a132cbfee3d0acf6506555d1c6ddfda0775fcb51c8161c7c2f485c95d37a87d77a675f8a7671e151779bef1a81f155a726e5c85a27cca636d522b0b804fbbe01')
+b2sums=(a132cbfee3d0acf6506555d1c6ddfda0775fcb51c8161c7c2f485c95d37a87d77a675f8a7671e151779bef1a81f155a726e5c85a27cca636d522b0b804fbbe01)
prepare() {
cd $pkgname
@@ -19,7 +22,10 @@ prepare() {
build() (
cd $pkgname
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice-glue/-/commit/be359e27899ef2e8fcd31b9fe825238c02fffef8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice-glue/-/commit/be359e27899ef2e8fcd31b9fe825238c02fffef8
You're receiving this email because of your account on gitlab.archlinux.org.