mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
e2fsprogs: complete rework of package 'e2fsprogs' needed for upcoming installer, move to tools group
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e03741aad8
commit
19d97b40e8
@ -1,22 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--disable-libuuid \
|
||||
--disable-libblkid \
|
||||
--disable-debugfs \
|
||||
--disable-imager \
|
||||
--disable-resizer \
|
||||
--disable-uuidd \
|
||||
|
||||
make -C lib/et
|
||||
make -C lib/ext2fs
|
||||
|
||||
$MAKEINSTALL -C lib/et
|
||||
$MAKEINSTALL -C lib/ext2fs
|
@ -1,17 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/bin
|
||||
cp $PKG_BUILD/mount/.libs/mount $INSTALL/bin
|
||||
cp $PKG_BUILD/mount/.libs/umount $INSTALL/bin
|
||||
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp $PKG_BUILD/fdisk/sfdisk $INSTALL/sbin
|
||||
cp $PKG_BUILD/misc-utils/.libs/blkid $INSTALL/sbin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/shlibs/blkid/src/.libs/libblkid.so* $INSTALL/usr/lib
|
||||
rm -rf $INSTALL/usr/lib/libblkid.so*T
|
||||
cp -PR $PKG_BUILD/shlibs/uuid/src/.libs/libuuid.so* $INSTALL/usr/lib
|
||||
rm -rf $INSTALL/usr/lib/libuuid.so*T
|
@ -1 +0,0 @@
|
||||
http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.11.tar.gz
|
41
packages/tools/e2fsprogs/build
Executable file
41
packages/tools/e2fsprogs/build
Executable file
@ -0,0 +1,41 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build util-linux-ng
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--enable-verbose-makecmds \
|
||||
--enable-symlink-install \
|
||||
--enable-symlink-build \
|
||||
--disable-compression \
|
||||
--disable-htree \
|
||||
--enable-elf-shlibs \
|
||||
--disable-bsd-shlibs \
|
||||
--disable-profile \
|
||||
--disable-jbd-debug \
|
||||
--disable-blkid-debug \
|
||||
--disable-testio-debug \
|
||||
--disable-libuuid \
|
||||
--disable-libblkid \
|
||||
--disable-debugfs \
|
||||
--disable-imager \
|
||||
--disable-resizer \
|
||||
--disable-fsck \
|
||||
--disable-e2initrd-helper \
|
||||
--enable-tls \
|
||||
--disable-uuidd \
|
||||
--disable-nls \
|
||||
--disable-rpath \
|
||||
--with-gnu-ld \
|
||||
|
||||
make
|
||||
|
20
packages/tools/e2fsprogs/install
Executable file
20
packages/tools/e2fsprogs/install
Executable file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install util-linux-ng
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp $PKG_BUILD/misc/mke2fs.conf $INSTALL/etc
|
||||
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/misc/mke2fs $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/misc/tune2fs $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/e2fsck/e2fsck $INSTALL/usr/sbin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/lib/*.so.[0-9] $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/lib/e2p/libe2p.so.* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/lib/et/libcom_err.so.* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/lib/ext2fs/libext2fs.so.* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/lib/ss/libss.so.* $INSTALL/usr/lib
|
1
packages/tools/e2fsprogs/url
Normal file
1
packages/tools/e2fsprogs/url
Normal file
@ -0,0 +1 @@
|
||||
http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/1.41.12/e2fsprogs-1.41.12.tar.gz
|
Loading…
x
Reference in New Issue
Block a user