mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package: add package 'libnfsidmap'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
829999d8b9
commit
50019f8e26
15
packages/network/libnfsidmap/build
Executable file
15
packages/network/libnfsidmap/build
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
10
packages/network/libnfsidmap/install
Executable file
10
packages/network/libnfsidmap/install
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. 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/
|
16
packages/network/libnfsidmap/meta
Normal file
16
packages/network/libnfsidmap/meta
Normal file
@ -0,0 +1,16 @@
|
||||
PKG_NAME="libnfsidmap"
|
||||
PKG_VERSION="0.23"
|
||||
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"
|
Loading…
x
Reference in New Issue
Block a user