mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package libXpm:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
3b72e6623c
commit
52502b6f17
@ -1,24 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build xproto
|
|
||||||
$SCRIPTS/build libX11
|
|
||||||
$SCRIPTS/build libXext
|
|
||||||
$SCRIPTS/build xextproto
|
|
||||||
$SCRIPTS/build libXt
|
|
||||||
$SCRIPTS/build libXmu
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
|
|
||||||
$MAKE
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install libX11
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -P $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
|
@ -1 +0,0 @@
|
|||||||
http://xorg.freedesktop.org/releases/individual/lib/libXpm-3.5.7.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user