2006-11-24 17:08:35 +01:00
|
|
|
# Description: pthread dummy implementation
|
|
|
|
# URL: http://xcb.freedesktop.org
|
2012-07-14 10:11:09 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2006-11-24 17:08:35 +01:00
|
|
|
|
|
|
|
name=libpthread-stubs
|
2017-03-15 22:25:37 +01:00
|
|
|
version=0.4
|
2006-11-24 17:08:35 +01:00
|
|
|
release=1
|
2019-04-14 20:34:34 +10:00
|
|
|
source=(https://xcb.freedesktop.org/dist/$name-$version.tar.bz2)
|
2006-11-24 17:08:35 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|