author | kergoth <kergoth> | 2003-04-22 04:57:35 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-22 04:57:35 (UTC) |
commit | f0626f4d75c79645c25e931c1521bd9a260fe0cd (patch) (side-by-side diff) | |
tree | 42733031cb52296929feb27ce90778c547535fc9 /qt/control | |
parent | f37fda5887250b25033120021aed2f1e48f48b1b (diff) | |
download | opie-f0626f4d75c79645c25e931c1521bd9a260fe0cd.zip opie-f0626f4d75c79645c25e931c1521bd9a260fe0cd.tar.gz opie-f0626f4d75c79645c25e931c1521bd9a260fe0cd.tar.bz2 |
Proper debian package naming.
-rw-r--r-- | qt/control/libqte2.control | 12 | ||||
-rwxr-xr-x | qt/control/libqte2.postinst | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/qt/control/libqte2.control b/qt/control/libqte2.control new file mode 100644 index 0000000..30c79c9 --- a/dev/null +++ b/qt/control/libqte2.control @@ -0,0 +1,12 @@ +Files: $QTDIR/lib/libqte.so.$QTE_BASEVERSION $QTDIR/lib/libqte.so.2.3 $QTDIR/lib/libqte.so.2 +Priority: required +Section: opie/system +Maintainer: Robert Griebl <sandman@handhelds.org> +Architecture: arm +Version: 1:$QTE_VERSION-$QTE_REVISION +Depends: libjpeg62, libpng3, zlib1g +Provides: qt-embedded, libqt2-emb +Replaces: qt-embedded, libqt2-emb +Description: Qt/Embedded environment + A complete windowing system and GUI toolkit for handhelds. + See "QPE" for applications. diff --git a/qt/control/libqte2.postinst b/qt/control/libqte2.postinst new file mode 100755 index 0000000..0c37b3d --- a/dev/null +++ b/qt/control/libqte2.postinst @@ -0,0 +1,4 @@ +#!/bin/sh + +[ -x /sbin/ldconfig ] && /sbin/ldconfig +exit 0 |