Thread
:
[Maemo 5] fAircrack (Aircrack GUI)
View Single Post
Saturn
2011-01-27 , 22:09
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#
106
Hi FRuMMaGe,
Nice work. Some comments, you might find them useful.
* On your shell scripts you start with: #!/bin/bash
try to change those into
#!/bin/sh
otherwise bash is one more dependency for your app.
* One way to remove the rootsh dependency from your code is to add the shell script to the sudoers list.
* for the qt dependencies it should be enough to get the following:
Code:
apt-get install python2.5 python2.5-qt4-gui python2.5-qt4-core python2.5-qt4-maemo5
Good continuation.
PS: if you need help with packaging send me a PM
__________________
Packages:
elGR Locale
,
SMSCON Editor
,
Swappolube
,
CSSU Features Configuration
,
Snuggle
,
YAMAS
,
Cleven
Garage:
SMSCON
,
Swappolube
,
CSSU Features Configuration
,
Snuggle
Wiki:
SMSCON
,
SMSCON Editor
,
Swappolube
,
CSSU Features Configuration
,
Cleven
Quote & Reply
|
The Following User Says Thank You to Saturn For This Useful Post:
FRuMMaGe
Saturn
View Public Profile
Send a private message to Saturn
Find all posts by Saturn