summaryrefslogtreecommitdiffstats
path: root/xorg/libpthread-stubs/Pkgfile
blob: 4528c96935bd448d2273ce2488506dec82d05d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: pthread dummy implementation
# URL: http://xcb.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu

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

	make
	make DESTDIR=$PKG install
}