summaryrefslogtreecommitdiff
path: root/noncore/net/mail
Unidiff
Diffstat (limited to 'noncore/net/mail') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libetpanstuff/libetpan.control10
-rwxr-xr-xnoncore/net/mail/libetpanstuff/libetpan.postinst4
2 files changed, 14 insertions, 0 deletions
diff --git a/noncore/net/mail/libetpanstuff/libetpan.control b/noncore/net/mail/libetpanstuff/libetpan.control
new file mode 100644
index 0000000..2b5b354
--- a/dev/null
+++ b/noncore/net/mail/libetpanstuff/libetpan.control
@@ -0,0 +1,10 @@
1Package: libetpan
2Files: usr/lib/libetpan*
3Priority: optional
4Section: system
5Maintainer: Rajko Albrecht <alwin@handhelds.org>
6Architecture: arm
7Version: 0.33pre-$SUB_VERSION
8Depends: libssl0.9.7
9Description: libetpan mail/news library - A version of libetpan patched for Opies mailing app
10License: LGPL
diff --git a/noncore/net/mail/libetpanstuff/libetpan.postinst b/noncore/net/mail/libetpanstuff/libetpan.postinst
new file mode 100755
index 0000000..0c37b3d
--- a/dev/null
+++ b/noncore/net/mail/libetpanstuff/libetpan.postinst
@@ -0,0 +1,4 @@
1#!/bin/sh
2
3[ -x /sbin/ldconfig ] && /sbin/ldconfig
4exit 0