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) (unidiff)
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 @@
1Package: opie-networksettingsplugin-kppp
2Files: $OPIEDIR/plugins/networksettings/libkppp.so*
3Priority: optional
4Section: opie/settings
5Maintainer: Patrick S. Vogt <tille@handhelds.org>
6Architecture: arm
7Version: $QPE_VERSION-$SUB_VERSION
8Depends: opie-networksettings
9Description: Network settings kppp plugin.
10
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
@@ -10,7 +10,7 @@ INCLUDEPATH += $(OPIEDIR)/include ../ ../interfaces/
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe -L../interfaces/ -linterfaces 11LIBS += -lqpe -L../interfaces/ -linterfaces
12 INTERFACES= 12 INTERFACES=
13 TARGET = pppplugin 13 TARGET = kppp
14 VERSION = 1.0.0 14 VERSION = 1.0.0
15 15
16 16