compat-32/libpthread-stubs-32/Pkgfile

19 lines
437 B
Plaintext
Raw Normal View History

# Description: pthread dummy implementation
2017-03-19 10:58:11 +01:00
# URL: https://xcb.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libpthread-stubs
name=libpthread-stubs-32
2023-07-21 16:16:27 +02:00
version=0.5
release=1
2023-07-21 16:16:27 +02:00
source=(https://xorg.freedesktop.org/archive/individual/lib/libpthread-stubs-$version.tar.xz)
build() {
2017-03-19 10:58:11 +01:00
cd ${name%-*}-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
}