compat-32/libpthread-stubs-32/Pkgfile
2017-03-19 20:58:11 +11:00

19 lines
413 B
Plaintext

# Description: pthread dummy implementation
# 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
version=0.4
release=1
source=(https://xcb.freedesktop.org/dist/${name%-*}-$version.tar.bz2)
build() {
cd ${name%-*}-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
}