summaryrefslogtreecommitdiff
path: root/noncore
authortille <tille>2003-06-03 15:12:14 (UTC)
committer tille <tille>2003-06-03 15:12:14 (UTC)
commitc349af5211bd49494b66b445874c6783831cafdc (patch) (side-by-side diff)
tree52356735e2905967b4ace626c78fd2170b42edbc /noncore
parent33cf1711b4d74036fa27dc971c25df236b8d0355 (diff)
downloadopie-c349af5211bd49494b66b445874c6783831cafdc.zip
opie-c349af5211bd49494b66b445874c6783831cafdc.tar.gz
opie-c349af5211bd49494b66b445874c6783831cafdc.tar.bz2
it's a (huge;) independend package now
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/opie-networksettingsplugin-kppp.control10
-rw-r--r--noncore/settings/networksettings/ppp/ppp.pro2
2 files changed, 11 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/ppp/opie-networksettingsplugin-kppp.control b/noncore/settings/networksettings/ppp/opie-networksettingsplugin-kppp.control
new file mode 100644
index 0000000..c8318c9
--- a/dev/null
+++ b/noncore/settings/networksettings/ppp/opie-networksettingsplugin-kppp.control
@@ -0,0 +1,10 @@
+Package: opie-networksettingsplugin-kppp
+Files: $OPIEDIR/plugins/networksettings/libkppp.so*
+Priority: optional
+Section: opie/settings
+Maintainer: Patrick S. Vogt <tille@handhelds.org>
+Architecture: arm
+Version: $QPE_VERSION-$SUB_VERSION
+Depends: opie-networksettings
+Description: Network settings kppp plugin.
+
diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro
index 56a7ace..fc89f35 100644
--- a/noncore/settings/networksettings/ppp/ppp.pro
+++ b/noncore/settings/networksettings/ppp/ppp.pro
@@ -1,18 +1,18 @@
#TEMPLATE = app
#
TEMPLATE = lib
#CONFIG += qt warn_on release
CONFIG += qt warn_on debug
DESTDIR = $(OPIEDIR)/plugins/networksettings
HEADERS = pppmodule.h devices.h modem.h modeminfo.h pppdata.h kpppconfig.h pppdata.h runtests.h general.h modemcmds.h conwindow.h accounts.h connect.h edit.h scriptedit.h pppdargs.h iplined.h pwentry.h pppconfig.h interfaceinformationppp.h interfaceppp.h authwidget.h
SOURCES = pppmodule.cpp modem.cpp modeminfo.cpp pppdata.cpp runtests.cpp general.cpp modemcmds.cpp conwindow.cpp accounts.cpp connect.cpp edit.cpp scriptedit.cpp pppdargs.cpp iplined.cpp pwentry.cpp pppconfig.cpp interfaceinformationppp.cpp interfaceppp.cpp authwidget.cpp
INCLUDEPATH += $(OPIEDIR)/include ../ ../interfaces/
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -L../interfaces/ -linterfaces
INTERFACES =
-TARGET = pppplugin
+TARGET = kppp
VERSION = 1.0.0
include ( $(OPIEDIR)/include.pro )