From 6e99d10876a30e737d2edf224b35f207972b6fec Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Aug 2016 14:07:21 +0000 Subject: [PATCH] libpthread-stubs: added overlay port --- libpthread-stubs/.Pkgfile.un~ | Bin 0 -> 5042 bytes libpthread-stubs/.footprint | 4 ++++ libpthread-stubs/.md5sum | 1 + libpthread-stubs/Pkgfile | 18 ++++++++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 libpthread-stubs/.Pkgfile.un~ create mode 100644 libpthread-stubs/.footprint create mode 100644 libpthread-stubs/.md5sum create mode 100644 libpthread-stubs/Pkgfile diff --git a/libpthread-stubs/.Pkgfile.un~ b/libpthread-stubs/.Pkgfile.un~ new file mode 100644 index 0000000000000000000000000000000000000000..d353f6ebf13fd9c42c3db286edc6142612208f10 GIT binary patch literal 5042 zcmeI0&r2IY6vsC6#P~8c#yc zJ(nI^dhe-!KyTi>6fYwF1)lYN*PZYf8j9fDX5jJOWOg@?_u;#I+2x@2bxD-!7go=F z;mhUUqd%*sncrha&u5&oieezHZZqn5zw-UOoyKX(T0coH=t(jXztOs;75~C6Fy(ztfN<=` zI4tYxF+KPp#UKSh1I4Ia-gI)ptNCtj-wzu>UF6#_IGjG9kP8rp!LlhBn3T$6(X zv|$Pf?wS2!x?C4qK_v=($94BYe=BGer=v#btR)D6EX^7OPCO%C2BDmUuB;-2dLB_o zgp;=Ix*JhY-7I=uSl*s}=|*B#)SJSs1|n*?6%qN~Mv%}1y$tIWWDQL=5WOYQY;i%V zG$-x^6YzRj!vH%X_ePp>61pueI2Jic?YV<0b^Fmpbu8V#u;tsAKW+e5)#j1_ literal 0 HcmV?d00001 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 +} -- 2.26.2