CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libpthread-stubs: updated to 0.4
[ports/xorg-arm64.git] / libpthread-stubs / Pkgfile
1 # Description: pthread dummy implementation
2 # URL: http://xcb.freedesktop.org
3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
4
5 name=libpthread-stubs
6 version=0.4
7 release=1
8 source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2)
9
10 build() {
11 cd $name-$version
12
13 ./configure --prefix=/usr \
14 --build=aarch64-unknown-linux-gnueabi
15
16 make
17 make DESTDIR=$PKG install
18 }