lib32-libinstpatch
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 11:20:29.798052
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: David Runge <dvzrv@archlinux.org>
2
3
_name=libinstpatch
4
pkgname=lib32-libinstpatch
5
pkgver=1.1.7
6
pkgrel=1
7
pkgdesc="Instrument file software library"
8
arch=(x86_64)
9
url="https://github.com/swami/libinstpatch"
10
license=(LGPL-2.1-only)
11
depends=(
12
lib32-gcc-libs
13
lib32-glibc
14
"libinstpatch=$pkgver"
15
)
16
makedepends=(
17
cmake
18
glib2-devel
19
lib32-glib2
20
lib32-libsndfile
21
python
22
)
23
provides=(libinstpatch-1.0.so)
24
source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
25
b2sums=('7e78b0f868cd805a3633eeecbbd0b70b1d7f344372a96b0c08b1beabf5596a2d768db30499e802ab53ce22fa05e457c26b2d24d5f29285040807dc0d54a0d10e')
26
27
build() {
28
local cmake_options=(
29
-B build
30
-D CMAKE_BUILD_TYPE=None
31
-D CMAKE_INSTALL_PREFIX=/usr
32
-D CMAKE_INSTALL_LIBDIR=/usr/lib32
33
-S $_name-$pkgver
34
-Wno-dev
35
)
36
37
export CFLAGS+=" $CPPFLAGS"
38
export CXXFLAGS+=" $CPPFLAGS"
39
export CC='gcc -m32'
40
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
41
42
cmake "${cmake_options[@]}"
43
cmake --build build --verbose
44
}
45
46
package() {
47
depends+=(
48
lib32-glib2 libglib-2.0.so libgobject-2.0.so
49
lib32-libsndfile libsndfile.so
50
)
51
52
DESTDIR="$pkgdir" cmake --install build
53
rm -rf "$pkgdir/usr/include"
54
}
55
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |