lib32-libinstpatch

LOW
maintainer orphaned 0 votes scanned 2026-08-23 11:20:29.798052
View on AUR
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
4pkgname=lib32-libinstpatch
5pkgver=1.1.7
6pkgrel=1
7pkgdesc="Instrument file software library"
8arch=(x86_64)
9url="https://github.com/swami/libinstpatch"
10license=(LGPL-2.1-only)
11depends=(
12 lib32-gcc-libs
13 lib32-glibc
14 "libinstpatch=$pkgver"
15)
16makedepends=(
17 cmake
18 glib2-devel
19 lib32-glib2
20 lib32-libsndfile
21 python
22)
23provides=(libinstpatch-1.0.so)
24source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
25b2sums=('7e78b0f868cd805a3633eeecbbd0b70b1d7f344372a96b0c08b1beabf5596a2d768db30499e802ab53ce22fa05e457c26b2d24d5f29285040807dc0d54a0d10e')
26
27build() {
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
46package() {
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)SeverityRules
2026-08-23 11:20:29 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion