author | mickeyl <mickeyl> | 2003-07-02 14:58:59 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-07-02 14:58:59 (UTC) |
commit | b7adf922a0c9def1ec6b1ae28d48475c4ea9dc39 (patch) (side-by-side diff) | |
tree | 39116c69d46aa3b3da78c818a2e67063708c8fdc /noncore | |
parent | fbf388246a16c1cd36e209ba24731929b93c21c0 (diff) | |
download | opie-b7adf922a0c9def1ec6b1ae28d48475c4ea9dc39.zip opie-b7adf922a0c9def1ec6b1ae28d48475c4ea9dc39.tar.gz opie-b7adf922a0c9def1ec6b1ae28d48475c4ea9dc39.tar.bz2 |
update
-rw-r--r-- | noncore/net/wellenreiter/README | 9 | ||||
-rwxr-xr-x | noncore/net/wellenreiter/makedist.sh | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/noncore/net/wellenreiter/README b/noncore/net/wellenreiter/README index ec621b9..53a337a 100644 --- a/noncore/net/wellenreiter/README +++ b/noncore/net/wellenreiter/README @@ -2,11 +2,11 @@ /* W e l l e n r e i t e r I I /* =============================== /* -/* Version: April BETA +/* Version: 1.0-rc2 /************************************************************************ ---------------------------------------------------- -Release Notes for Opie-Wellenreiter Version BETA April 2003 +Release Notes for Wellenreiter II / July 2003 ---------------------------------------------------- ===================== @@ -23,7 +23,7 @@ Release Notes for Opie-Wellenreiter Version BETA April 2003 = Build ===================== -To compile a standalone Wellenreiter for X11, you need Qt3 and the development +To compile a standalone Wellenreiter II for X11, you need Qt3 and the development packages for Qt3, e.g. libqt3-devel. * Set $QTDIR to the appropriate directory (e.g. /usr/lib/qt3) @@ -37,6 +37,7 @@ packages for Qt3, e.g. libqt3-devel. Precompiled binaries are available for the PDA-Version. Get them from http://opie.net.wox.org/wellenreiter/ +Sorry, RPMS are not yet available but will follow soon. ===================== = Run @@ -60,7 +61,7 @@ Michael Lauer <mickeyl@handhelds.org> = Links = ===================== -Wellenreiter: http://www.remote-exploit.org +Wellenreiter: http://www.wellenreiter.net Wellenreiter/Opie: http://opie.net.wox.org/wellenreiter Opie Project: http://opie.handhelds.org OpenZaurus Project: http://openzaurus.org diff --git a/noncore/net/wellenreiter/makedist.sh b/noncore/net/wellenreiter/makedist.sh index ee60c44..64098d0 100755 --- a/noncore/net/wellenreiter/makedist.sh +++ b/noncore/net/wellenreiter/makedist.sh @@ -26,7 +26,7 @@ cp -dfR gui $TMPDIR cp -dfR lib $TMPDIR cp -dfR build README wellenreiter.pro $TMPDIR cp -dfR $OPIEDIR/pics/wellenreiter/* $OUTPUT/share/wellenreiter/ -cp -dfR $OPIEDIR/share/wellenreiter/* $OUTPUT/share/wellenreiter/ +cp -dfR $OPIEDIR/etc/manufacturers $OUTPUT/share/wellenreiter/ # take care about sourcefiles |