author | tille <tille> | 2003-06-03 15:12:14 (UTC) |
---|---|---|
committer | tille <tille> | 2003-06-03 15:12:14 (UTC) |
commit | c349af5211bd49494b66b445874c6783831cafdc (patch) (unidiff) | |
tree | 52356735e2905967b4ace626c78fd2170b42edbc | |
parent | 33cf1711b4d74036fa27dc971c25df236b8d0355 (diff) | |
download | opie-c349af5211bd49494b66b445874c6783831cafdc.zip opie-c349af5211bd49494b66b445874c6783831cafdc.tar.gz opie-c349af5211bd49494b66b445874c6783831cafdc.tar.bz2 |
it's a (huge;) independend package now
-rw-r--r-- | noncore/settings/networksettings/ppp/opie-networksettingsplugin-kppp.control | 10 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/ppp.pro | 2 |
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 @@ | |||
1 | Package: opie-networksettingsplugin-kppp | ||
2 | Files: $OPIEDIR/plugins/networksettings/libkppp.so* | ||
3 | Priority: optional | ||
4 | Section: opie/settings | ||
5 | Maintainer: Patrick S. Vogt <tille@handhelds.org> | ||
6 | Architecture: arm | ||
7 | Version: $QPE_VERSION-$SUB_VERSION | ||
8 | Depends: opie-networksettings | ||
9 | Description: 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 |
11 | LIBS += -lqpe -L../interfaces/ -linterfaces | 11 | LIBS += -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 | ||