From: Victor Martinez Date: Tue, 9 Aug 2016 14:07:21 +0000 (+0000) Subject: libpthread-stubs: added overlay port X-Git-Url: http://gitweb/?a=commitdiff_plain;h=6e99d10876a30e737d2edf224b35f207972b6fec;p=ports%2Fxorg-arm64.git libpthread-stubs: added overlay port --- diff --git a/libpthread-stubs/.Pkgfile.un~ b/libpthread-stubs/.Pkgfile.un~ new file mode 100644 index 0000000..d353f6e Binary files /dev/null and b/libpthread-stubs/.Pkgfile.un~ differ diff --git a/libpthread-stubs/.footprint b/libpthread-stubs/.footprint new file mode 100644 index 0000000..dbef8b7 --- /dev/null +++ b/libpthread-stubs/.footprint @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/pthread-stubs.pc diff --git a/libpthread-stubs/.md5sum b/libpthread-stubs/.md5sum new file mode 100644 index 0000000..7281f97 --- /dev/null +++ b/libpthread-stubs/.md5sum @@ -0,0 +1 @@ +e8fa31b42e13f87e8f5a7a2b731db7ee libpthread-stubs-0.3.tar.bz2 diff --git a/libpthread-stubs/Pkgfile b/libpthread-stubs/Pkgfile new file mode 100644 index 0000000..d22885b --- /dev/null +++ b/libpthread-stubs/Pkgfile @@ -0,0 +1,18 @@ +# Description: pthread dummy implementation +# URL: http://xcb.freedesktop.org +# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu + +name=libpthread-stubs +version=0.3 +release=1 +source=(http://xcb.freedesktop.org/dist/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./configure --prefix=/usr \ + --build=aarch64-unknown-linux-gnueabi + + make + make DESTDIR=$PKG install +}