mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package:
- add parted
This commit is contained in:
parent
579fbb0d9f
commit
497cd2ee7a
22
packages/sysutils/parted/build
Executable file
22
packages/sysutils/parted/build
Executable file
@ -0,0 +1,22 @@
|
||||
#!/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 \
|
||||
--datadir=/usr/share \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-device-mapper \
|
||||
--without-readline \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
11
packages/sysutils/parted/install
Executable file
11
packages/sysutils/parted/install
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install util-linux-ng
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/parted/.libs/parted $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libparted/.libs/*.so* $INSTALL/usr/lib
|
1
packages/sysutils/parted/url
Normal file
1
packages/sysutils/parted/url
Normal file
@ -0,0 +1 @@
|
||||
http://ftp.gnu.org/gnu/parted/parted-1.9.0.tar.gz
|
Loading…
x
Reference in New Issue
Block a user