mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
move package mrxvt:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
740190c27b
commit
2a6f9e57a9
@ -1,53 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build libX11
|
|
||||||
$SCRIPTS/build libXrender
|
|
||||||
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
ac_cv_func_setpgrp_void=no \
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
--x-includes=$SYSROOT_PREFIX/usr/include \
|
|
||||||
--x-libraries=$SYSROOT_PREFIX/usr/lib \
|
|
||||||
--enable-minimal \
|
|
||||||
--disable-frills \
|
|
||||||
--enable-keepscrolling \
|
|
||||||
--disable-selectionscrolling \
|
|
||||||
--enable-mousewheel \
|
|
||||||
--disable-mouseslipwheel \
|
|
||||||
--enable-rxvt-scroll \
|
|
||||||
--disable-half-shadow \
|
|
||||||
--enable-lastlog \
|
|
||||||
--enable-sessionmgr \
|
|
||||||
--enable-linespace \
|
|
||||||
--enable-24bits \
|
|
||||||
--enable-256colors \
|
|
||||||
--enable-cursor-blink \
|
|
||||||
--enable-pointer-blank \
|
|
||||||
--disable-text-shadow \
|
|
||||||
--enable-menubar \
|
|
||||||
--disable-transparency \
|
|
||||||
--disable-fading \
|
|
||||||
--disable-tinting \
|
|
||||||
--enable-xrender \
|
|
||||||
--disable-xpm \
|
|
||||||
--disable-jpeg \
|
|
||||||
--disable-png \
|
|
||||||
--disable-xft \
|
|
||||||
--enable-ttygid \
|
|
||||||
--enable-backspace-key \
|
|
||||||
--enable-delete-key \
|
|
||||||
--disable-resources \
|
|
||||||
--disable-swapscreen
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$STRIP src/$1
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
$SCRIPTS/install libX11
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/src/$1 $INSTALL/usr/bin
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
http://kent.dl.sourceforge.net/sourceforge/materm/mrxvt-0.5.4.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user