diff options
author | Michele Calgaro <[email protected]> | 2024-05-11 21:28:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-11 21:28:48 +0900 |
commit | 2462d03f322261bd616721c2b2065c4004b36c9c (patch) | |
tree | 239947a0737bb8386703a1497f12c09aebd3080a /distributions/debipk/openzaurus_opie | |
download | tde-ebook-reader-2462d03f322261bd616721c2b2065c4004b36c9c.tar.gz tde-ebook-reader-2462d03f322261bd616721c2b2065c4004b36c9c.zip |
Initial import (as is) from Debian Snapshot's 'fbreader' source code (https://snapshot.debian.org/package/fbreader/0.99.4%2Bdfsg-6).
The Debian code is provided under GPL2 license.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'distributions/debipk/openzaurus_opie')
5 files changed, 43 insertions, 0 deletions
diff --git a/distributions/debipk/openzaurus_opie/240x320.control b/distributions/debipk/openzaurus_opie/240x320.control new file mode 100644 index 0000000..4fea19b --- /dev/null +++ b/distributions/debipk/openzaurus_opie/240x320.control @@ -0,0 +1,9 @@ +Package: fbreader-opie +Version: @VERSION@ +Section: apps +Priority: extra +Architecture: arm +Depends: libqpe1, libqte2, libexpat0, bzip2 +Installed-Size: @SIZE@ +Maintainer: Nikolay Pultsin <[email protected]> +Description: E-Book reader. diff --git a/distributions/debipk/openzaurus_opie/240x320.name b/distributions/debipk/openzaurus_opie/240x320.name new file mode 100644 index 0000000..be4e355 --- /dev/null +++ b/distributions/debipk/openzaurus_opie/240x320.name @@ -0,0 +1 @@ +fbreader-opie_@VERSION@_openzaurus_240x320_arm.ipk diff --git a/distributions/debipk/openzaurus_opie/640x480.control b/distributions/debipk/openzaurus_opie/640x480.control new file mode 100644 index 0000000..4fea19b --- /dev/null +++ b/distributions/debipk/openzaurus_opie/640x480.control @@ -0,0 +1,9 @@ +Package: fbreader-opie +Version: @VERSION@ +Section: apps +Priority: extra +Architecture: arm +Depends: libqpe1, libqte2, libexpat0, bzip2 +Installed-Size: @SIZE@ +Maintainer: Nikolay Pultsin <[email protected]> +Description: E-Book reader. diff --git a/distributions/debipk/openzaurus_opie/640x480.name b/distributions/debipk/openzaurus_opie/640x480.name new file mode 100644 index 0000000..54c7834 --- /dev/null +++ b/distributions/debipk/openzaurus_opie/640x480.name @@ -0,0 +1 @@ +fbreader-opie_@VERSION@_openzaurus_640x480_arm.ipk diff --git a/distributions/debipk/openzaurus_opie/rules b/distributions/debipk/openzaurus_opie/rules new file mode 100644 index 0000000..5978984 --- /dev/null +++ b/distributions/debipk/openzaurus_opie/rules @@ -0,0 +1,23 @@ +clean: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=opie clean + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=opie clean + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=opie clean + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=opie clean + +build: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=opie + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=opie + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=opie + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=opie + +install-240x320: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=opie do_install + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=opie do_install + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=opie do_install + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=opie RESOLUTION=240x320 do_install + +install-640x480: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=opie do_install + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=opie do_install + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=opie do_install + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=opie RESOLUTION=640x480 do_install |