summaryrefslogtreecommitdiffstats
path: root/extra/libpthread-stubs/Pkgfile
blob: cac3b7ab0c097c47f98258f2d4c9af7eb8674cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: package provides weak aliases for pthread functions not provided in libc or otherwise available by default 
# URL: http://xorg.freedesktop.org 
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:

name=libpthread-stubs
version=0.1
release=1
source=( http://xcb.freedesktop.org/dist/$name-$version.tar.bz2)


build() {
cd $name-$version
./configure --prefix=/usr \
	--mandir=/usr/share/man 
make
make DESTDIR=$PKG install
}