mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package vte:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
4445fad2ba
commit
ad6df6c852
@ -1,29 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build pango
|
||||
$SCRIPTS/build gtk+
|
||||
$SCRIPTS/build ncurses
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-deprecation \
|
||||
--disable-python \
|
||||
--disable-gnome-pty-helper \
|
||||
--disable-glade \
|
||||
--with-default-emulation=xterm \
|
||||
--without-glX \
|
||||
--disable-gtk-doc \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,16 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install pango
|
||||
$SCRIPTS/install gtk+
|
||||
$SCRIPTS/install ncurses
|
||||
|
||||
#mkdir -p $INSTALL/usr/libexec
|
||||
#cp $PKG_BUILD/gnome-pty-helper/gnome-pty-helper $INSTALL/usr/libexec
|
||||
|
||||
mkdir -p $INSTALL/usr/share/vte/termcap
|
||||
cp $PKG_BUILD/termcaps/xterm $INSTALL/usr/share/vte/termcap
|
||||
|
@ -1 +0,0 @@
|
||||
http://ftp.gnome.org/pub/GNOME/sources/vte/0.20/vte-0.20.5.tar.gz
|
Loading…
x
Reference in New Issue
Block a user