mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
initial import
This commit is contained in:
21
packages/python/sysutils/cssutils/build
Executable file
21
packages/python/sysutils/cssutils/build
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
|
||||
. config/options.python
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
$PYTHON setup.py build
|
||||
$PYTHON setup.py install --single-version-externally-managed \
|
||||
-O1 --skip-build --prefix /usr --root .install
|
||||
|
||||
find .install -name "*.py" -type f -exec rm -rf "{}" ";"
|
||||
find .install -name "*.pyo" -type f -exec rm -rf "{}" ";"
|
||||
|
||||
rm -rf .install/usr/lib/python*/site-packages/tests
|
||||
rm -rf .install/usr/bin
|
||||
|
||||
11
packages/python/sysutils/cssutils/install
Executable file
11
packages/python/sysutils/cssutils/install
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install Python
|
||||
|
||||
BUILD_DIR=`ls -d $BUILD/$1*`
|
||||
|
||||
. config/options.python
|
||||
|
||||
cp -PR $BUILD_DIR/.install/* $INSTALL
|
||||
1
packages/python/sysutils/cssutils/url
Normal file
1
packages/python/sysutils/cssutils/url
Normal file
@@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/cssutils-0.9.5.1.tar.bz2
|
||||
Reference in New Issue
Block a user