new package:

- add package wicd for test (initial commit)
This commit is contained in:
Stephan Raue 2010-04-14 17:16:33 +02:00
parent 5dd48df5b7
commit 618a8426a7
3 changed files with 28 additions and 0 deletions

20
packages/network/wicd/build Executable file
View File

@ -0,0 +1,20 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build 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

7
packages/network/wicd/install Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
cp -PR $PKG_BUILD/.install/* $INSTALL

View File

@ -0,0 +1 @@
http://downloads.sourceforge.net/project/wicd/wicd-stable/wicd-1.7.0/wicd-1.7.0.tar.bz2