compat-32/libpthread-stubs-32/Pkgfile

19 lines
423 B
Plaintext
Raw Normal View History

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