compat-32/libpthread-stubs-32/Pkgfile
2013-02-02 01:54:23 +11:00

18 lines
392 B
Plaintext

# Description: pthread dummy implementation
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
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
}