mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
new package:
- add package wicd (initial build, disabled)
This commit is contained in:
parent
a352be8f02
commit
cd804a1951
@ -4,5 +4,6 @@
|
||||
|
||||
$SCRIPTS/install connman
|
||||
$SCRIPTS/install dropbear
|
||||
#$SCRIPTS/install wicd
|
||||
$SCRIPTS/install wireless_tools
|
||||
$SCRIPTS/install wpa_supplicant
|
||||
|
32
packages/network/wicd/build
Executable file
32
packages/network/wicd/build
Executable file
@ -0,0 +1,32 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
$SCRIPTS/build pygobject
|
||||
$SCRIPTS/build dbus-python
|
||||
|
||||
. config/options.python
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
$PYTHON setup.py configure
|
||||
$PYTHON setup.py build
|
||||
|
||||
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root .install
|
||||
|
||||
#find .install -name "*.py" -exec rm -rf "{}" ";"
|
||||
#find .install -name "*.pyo" -exec rm -rf "{}" ";"
|
||||
|
||||
#rm -rf .install/usr/bin
|
||||
rm -rf .install/etc/acpi
|
||||
rm -rf .install/etc/rc.d
|
||||
rm -rf .install/etc/xdg
|
||||
rm -rf .install/usr/share/applications
|
||||
rm -rf .install/usr/share/doc
|
||||
rm -rf .install/usr/share/icons
|
||||
#rm -rf .install/usr/share/locale
|
||||
rm -rf .install/usr/share/man
|
||||
rm -rf .install/usr/share/pixmaps
|
||||
rm -rf .install/var
|
9
packages/network/wicd/install
Executable file
9
packages/network/wicd/install
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
$SCRIPTS/install pygobject
|
||||
$SCRIPTS/install dbus-python
|
||||
|
||||
cp -PR $PKG_BUILD/.install/* $INSTALL
|
1
packages/network/wicd/url
Normal file
1
packages/network/wicd/url
Normal file
@ -0,0 +1 @@
|
||||
http://downloads.sourceforge.net/project/wicd/wicd-stable/wicd-1.7.0/wicd-1.7.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user