CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libpthread-stubs: not needed overlay
authorVictor Martinez <pitillo@ono.com>
Sun, 5 Aug 2018 09:35:55 +0000 (11:35 +0200)
committerVictor Martinez <pitillo@ono.com>
Sun, 5 Aug 2018 09:35:55 +0000 (11:35 +0200)
libpthread-stubs/.Pkgfile.un~ [deleted file]
libpthread-stubs/.footprint [deleted file]
libpthread-stubs/.md5sum [deleted file]
libpthread-stubs/Pkgfile [deleted file]

diff --git a/libpthread-stubs/.Pkgfile.un~ b/libpthread-stubs/.Pkgfile.un~
deleted file mode 100644 (file)
index d353f6e..0000000
Binary files a/libpthread-stubs/.Pkgfile.un~ and /dev/null differ
diff --git a/libpthread-stubs/.footprint b/libpthread-stubs/.footprint
deleted file mode 100644 (file)
index dbef8b7..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644 (file)
index b8dc01a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-48c1544854a94db0e51499cc3afd797f  libpthread-stubs-0.4.tar.bz2
diff --git a/libpthread-stubs/Pkgfile b/libpthread-stubs/Pkgfile
deleted file mode 100644 (file)
index e26c776..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: pthread dummy implementation
-# URL: http://xcb.freedesktop.org
-# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-
-name=libpthread-stubs
-version=0.4
-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
-}