From 968d215a2943a7766e8797d8e106e1c71d9e291a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 12 Jul 2011 06:16:09 +0200 Subject: [PATCH] libnfsidmap: remove package Signed-off-by: Stephan Raue --- packages/network/libnfsidmap/build | 35 --------------------------- packages/network/libnfsidmap/install | 30 ----------------------- packages/network/libnfsidmap/meta | 36 ---------------------------- 3 files changed, 101 deletions(-) delete mode 100755 packages/network/libnfsidmap/build delete mode 100755 packages/network/libnfsidmap/install delete mode 100644 packages/network/libnfsidmap/meta diff --git a/packages/network/libnfsidmap/build b/packages/network/libnfsidmap/build deleted file mode 100755 index 2c2acbb431..0000000000 --- a/packages/network/libnfsidmap/build +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static \ - --enable-shared \ - -make - -$MAKEINSTALL diff --git a/packages/network/libnfsidmap/install b/packages/network/libnfsidmap/install deleted file mode 100755 index 396345a7fa..0000000000 --- a/packages/network/libnfsidmap/install +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -mkdir -p $INSTALL/usr/lib - cp -P $PKG_BUILD/.libs/libnfsidmap.so* $INSTALL/usr/lib/ - -mkdir -p $INSTALL/usr/lib/libnfsidmap - cp -P $PKG_BUILD/.libs/nsswitch.so $INSTALL/usr/lib/libnfsidmap/ - cp -P $PKG_BUILD/.libs/static.so $INSTALL/usr/lib/libnfsidmap/ diff --git a/packages/network/libnfsidmap/meta b/packages/network/libnfsidmap/meta deleted file mode 100644 index 59fccacb85..0000000000 --- a/packages/network/libnfsidmap/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 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, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="libnfsidmap" -PKG_VERSION="0.24" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="http://www.citi.umich.edu/projects/nfsv4/linux/" -PKG_URL="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="" -PKG_BUILD_DEPENDS="toolchain" -PKG_PRIORITY="optional" -PKG_SECTION="network" -PKG_SHORTDESC="libnfsidmap: Library to help mapping id's, mainly for NFSv4" -PKG_LONGDESC="Library to help mapping id's, mainly for NFSv4." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="yes"