compat-32/libpthread-stubs-32/Pkgfile
2012-11-22 13:06:11 -06:00

18 lines
380 B
Plaintext

# Description: pthread dummy implementation
# URL: http://xcb.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman 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
}