summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/lib/lib.pro23
-rwxr-xr-xnoncore/net/wellenreiter/makedist.sh2
2 files changed, 12 insertions, 13 deletions
diff --git a/noncore/net/wellenreiter/lib/lib.pro b/noncore/net/wellenreiter/lib/lib.pro
index e36db11..6ea6869 100644
--- a/noncore/net/wellenreiter/lib/lib.pro
+++ b/noncore/net/wellenreiter/lib/lib.pro
@@ -1,25 +1,24 @@
1MOC_DIR = ./tmp 1MOC_DIR = ./tmp
2OBJECTS_DIR = ./tmp 2OBJECTS_DIR = ./tmp
3DESTDIR = $(OPIEDIR)/output/lib 3DESTDIR = $(OPIEDIR)/output/lib
4TEMPLATE = lib 4TEMPLATE = lib
5CONFIG = qt warn_on debug 5CONFIG = qt warn_on debug
6 6
7HEADERS = $(OPIEDIR)/libopie2/opieui/olistview.h \ 7HEADERS = ../libopie2/opieui/olistview.h \
8 $(OPIEDIR)/libopie2/opienet/onetutils.h \ 8 ../libopie2/opienet/onetutils.h \
9 $(OPIEDIR)/libopie2/opienet/omanufacturerdb.h \ 9 ../libopie2/opienet/omanufacturerdb.h \
10 $(OPIEDIR)/libopie2/opienet/onetwork.h \ 10 ../libopie2/opienet/onetwork.h \
11 $(OPIEDIR)/libopie2/opienet/opcap.h 11 ../libopie2/opienet/opcap.h
12 12
13SOURCES = $(OPIEDIR)/libopie2/opieui/olistview.cpp \ 13SOURCES = ../libopie2/opieui/olistview.cpp \
14 $(OPIEDIR)/libopie2/opienet/onetutils.cpp \ 14 ../libopie2/opienet/onetutils.cpp \
15 $(OPIEDIR)/libopie2/opienet/omanufacturerdb.cpp \ 15 ../libopie2/opienet/omanufacturerdb.cpp \
16 $(OPIEDIR)/libopie2/opienet/onetwork.cpp \ 16 ../libopie2/opienet/onetwork.cpp \
17 $(OPIEDIR)/libopie2/opienet/opcap.cpp 17 ../libopie2/opienet/opcap.cpp
18 18
19INCLUDEPATH += $(OPIEDIR)/include 19INCLUDEPATH += $(OPIEDIR)/include
20DEPENDPATH += $(OPIEDIR)/include 20DEPENDPATH += $(OPIEDIR)/include
21LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap 21LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib -lpcap
22INTERFACES =
22TARGET = wellenreiter 23TARGET = wellenreiter
23VERSION = 1.0.0 24VERSION = 1.0.0
24
25
diff --git a/noncore/net/wellenreiter/makedist.sh b/noncore/net/wellenreiter/makedist.sh
index cfb0b16..ee60c44 100755
--- a/noncore/net/wellenreiter/makedist.sh
+++ b/noncore/net/wellenreiter/makedist.sh
@@ -1,13 +1,13 @@
1VERSION=2-beta 1VERSION=2-1.0rc2
2 2
3TGZDIR=$PWD 3TGZDIR=$PWD
4 4
5# script to make a .tgz distributable for the Wellenreiter X11 Standalone Version 5# script to make a .tgz distributable for the Wellenreiter X11 Standalone Version
6 6
7find . -name "*.o"|xargs rm -f 7find . -name "*.o"|xargs rm -f
8find . -name "Makefile"|xargs rm -f 8find . -name "Makefile"|xargs rm -f
9find . -name "*moc*"|xargs rm -f 9find . -name "*moc*"|xargs rm -f
10#TMPFILE=`mktemp -d -q /tmp/build.XXXXXX` 10#TMPFILE=`mktemp -d -q /tmp/build.XXXXXX`
11TMPFILE=/tmp/build 11TMPFILE=/tmp/build
12#if [ $? -ne 0 ]; then 12#if [ $? -ne 0 ]; then
13# echo "$0: Can't create temp file, exiting..." 13# echo "$0: Can't create temp file, exiting..."