lib32-sdl12-compat

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:
2
3pkgname=lib32-sdl12-compat
4pkgver=1.2.68
5pkgrel=2
6pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
7arch=(x86_64)
8url=https://www.libsdl.org
9license=(Zlib)
10depends=(lib32-glu lib32-sdl2 sdl12-compat)
11makedepends=(cmake)
12conflicts=(lib32-sdl)
13provides=(lib32-sdl=1.2.15)
14replaces=('lib32-sdl<=1.2.15-8')
15source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
16sha256sums=('63c6e4dcc1154299e6f363c872900be7f3dcb3e42b9f8f57e05442ec3d89d02d')
17
18build() {
19 export CC='gcc -m32'
20 export CXX='g++ -m32'
21 cmake -B build -S sdl12-compat-release-$pkgver \
22 -DCMAKE_INSTALL_PREFIX=/usr \
23 -DCMAKE_INSTALL_LIBDIR=lib32 \
24 -DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects"
25 cmake --build build
26}
27
28package() {
29 DESTDIR="${pkgdir}" cmake --install build
30 rm -rf "${pkgdir}"/usr/{bin,include,share}
31 install -Dm644 "${srcdir}/sdl12-compat-release-${pkgver}/LICENSE.txt" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
32}
33

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