diff --git a/packages/devel/libpthread-stubs/build b/packages/devel/libpthread-stubs/build index d44875fe84..7db813cc8e 100755 --- a/packages/devel/libpthread-stubs/build +++ b/packages/devel/libpthread-stubs/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/devel/libpthread-stubs/meta b/packages/devel/libpthread-stubs/meta new file mode 100644 index 0000000000..8f47685860 --- /dev/null +++ b/packages/devel/libpthread-stubs/meta @@ -0,0 +1,14 @@ +PKG_NAME="libpthread-stubs" +PKG_VERSION="0.3" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="http://xcb.freedesktop.org/" +PKG_URL="http://xcb.freedesktop.org/dist/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="devel" +PKG_SHORTDESC="libpthread-stubs: A library providing weak aliases for pthread functions" +PKG_LONGDESC="This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded." +PKG_IS_ADDON="no" \ No newline at end of file diff --git a/packages/devel/libpthread-stubs/url b/packages/devel/libpthread-stubs/url deleted file mode 100644 index c8250cb912..0000000000 --- a/packages/devel/libpthread-stubs/url +++ /dev/null @@ -1 +0,0 @@ -http://xcb.freedesktop.org/dist/libpthread-stubs-0.3.tar.gz