pappl-git
MEDIUM
maintainer pmattern
4 votes
scanned 2026-09-27 15:19:08.759284
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Joel Grunbaum <joel@joelg.net>
2
_pkgname=pappl
3
pkgname=$_pkgname-git
4
pkgver=r914.d42115a
5
pkgrel=1
6
pkgdesc="a simple C-based framework/library for developing CUPS Printer Applications"
7
arch=('x86_64')
8
url="https://www.msweet.org/pappl/"
9
license=('Apache' 'custom')
10
depends=('libcups' 'libjpeg-turbo' 'pam')
11
makedepends=('git')
12
provides=('pappl')
13
conflicts=('pappl')
14
source=('git+https://github.com/michaelrsweet/pappl.git')
15
md5sums=('SKIP')
16
17
pkgver() {
18
cd "$_pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
23
cd "$_pkgname"
24
export DSOFLAGS=${LDFLAGS}
25
./configure --prefix=/usr
26
make
27
}
28
29
package() {
30
cd "$_pkgname"
31
make DESTDIR="$pkgdir/" install
32
33
install -Dm755 testsuite/testpappl -t "$pkgdir/usr/bin"
34
install -Dm644 doc/* -t "$pkgdir/usr/share/doc/$pkgname"
35
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 15:19:08 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |