From ff2c7d18cc0f7778b5654ab53835ebb77621c839 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 7 Jun 2013 06:48:26 +0200 Subject: [PATCH] new package: add package 'arm-mem' and 'arm-mem-initramfs' Signed-off-by: Stephan Raue --- packages/devel/arm-mem/build | 27 ++++++++++++++ packages/devel/arm-mem/install | 29 +++++++++++++++ packages/devel/arm-mem/meta | 36 +++++++++++++++++++ .../initramfs/devel/arm-mem-initramfs/install | 31 ++++++++++++++++ .../initramfs/devel/arm-mem-initramfs/meta | 36 +++++++++++++++++++ 5 files changed, 159 insertions(+) create mode 100755 packages/devel/arm-mem/build create mode 100755 packages/devel/arm-mem/install create mode 100644 packages/devel/arm-mem/meta create mode 100755 packages/initramfs/devel/arm-mem-initramfs/install create mode 100644 packages/initramfs/devel/arm-mem-initramfs/meta diff --git a/packages/devel/arm-mem/build b/packages/devel/arm-mem/build new file mode 100755 index 0000000000..a877c396c3 --- /dev/null +++ b/packages/devel/arm-mem/build @@ -0,0 +1,27 @@ +#!/bin/sh + +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +. config/options $1 + +cd $PKG_BUILD + +make libarmmem.so diff --git a/packages/devel/arm-mem/install b/packages/devel/arm-mem/install new file mode 100755 index 0000000000..4f30da30db --- /dev/null +++ b/packages/devel/arm-mem/install @@ -0,0 +1,29 @@ +#!/bin/sh + +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +. config/options $1 + +mkdir -p $INSTALL/lib + cp -P $PKG_BUILD/*.so* $INSTALL/lib + +mkdir -p $INSTALL/etc + echo "/lib/libarmmem.so" >> $INSTALL/etc/ld.so.preload diff --git a/packages/devel/arm-mem/meta b/packages/devel/arm-mem/meta new file mode 100644 index 0000000000..3525492cbd --- /dev/null +++ b/packages/devel/arm-mem/meta @@ -0,0 +1,36 @@ +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +PKG_NAME="arm-mem" +PKG_VERSION="8a1fbee" +PKG_REV="1" +PKG_ARCH="arm" +PKG_LICENSE="GPL" +PKG_SITE="https://github.com/bavison/arm-mem" +PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="devel" +PKG_SHORTDESC="arm-mem: ARM-accelerated versions of selected functions from string.h" +PKG_LONGDESC="arm-mem is a ARM-accelerated versions of selected functions from string.h" +PKG_IS_ADDON="no" + +PKG_AUTORECONF="no" diff --git a/packages/initramfs/devel/arm-mem-initramfs/install b/packages/initramfs/devel/arm-mem-initramfs/install new file mode 100755 index 0000000000..bfffd2db05 --- /dev/null +++ b/packages/initramfs/devel/arm-mem-initramfs/install @@ -0,0 +1,31 @@ +#!/bin/sh + +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +. config/options $1 + +ARMMEM_DIR="$BUILD/arm-mem-*" + +mkdir -p $INSTALL/lib + cp -P $ARMMEM_DIR/*.so* $INSTALL/lib + +mkdir -p $INSTALL/etc + echo "/lib/libarmmem.so" > $INSTALL/etc/ld.so.preload diff --git a/packages/initramfs/devel/arm-mem-initramfs/meta b/packages/initramfs/devel/arm-mem-initramfs/meta new file mode 100644 index 0000000000..891c2db126 --- /dev/null +++ b/packages/initramfs/devel/arm-mem-initramfs/meta @@ -0,0 +1,36 @@ +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + +PKG_NAME="arm-mem" +PKG_VERSION="" +PKG_REV="1" +PKG_ARCH="arm" +PKG_LICENSE="GPL" +PKG_SITE="https://github.com/bavison/arm-mem" +PKG_URL="" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="devel" +PKG_SHORTDESC="arm-mem: ARM-accelerated versions of selected functions from string.h" +PKG_LONGDESC="arm-mem is a ARM-accelerated versions of selected functions from string.h" +PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"