2012-11-21 11:12:43 -06:00
|
|
|
# Description: pthread dummy implementation
|
2017-03-19 20:58:11 +11:00
|
|
|
# URL: https://xcb.freedesktop.org
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2015-01-24 20:26:30 +11:00
|
|
|
# Depends on: libpthread-stubs
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=libpthread-stubs-32
|
2017-03-19 20:58:11 +11:00
|
|
|
version=0.4
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
2017-03-19 20:58:11 +11:00
|
|
|
source=(https://xcb.freedesktop.org/dist/${name%-*}-$version.tar.bz2)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
build() {
|
2017-03-19 20:58:11 +11:00
|
|
|
cd ${name%-*}-$version
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
./configure --prefix=/usr --libdir=/usr/lib32
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|