diff options
Diffstat (limited to 'distributions/debipk/openzaurus_gpe')
-rw-r--r-- | distributions/debipk/openzaurus_gpe/240x320.control | 9 | ||||
-rw-r--r-- | distributions/debipk/openzaurus_gpe/240x320.name | 1 | ||||
-rw-r--r-- | distributions/debipk/openzaurus_gpe/640x480.control | 9 | ||||
-rw-r--r-- | distributions/debipk/openzaurus_gpe/640x480.name | 1 | ||||
-rw-r--r-- | distributions/debipk/openzaurus_gpe/rules | 23 |
5 files changed, 43 insertions, 0 deletions
diff --git a/distributions/debipk/openzaurus_gpe/240x320.control b/distributions/debipk/openzaurus_gpe/240x320.control new file mode 100644 index 0000000..fca73ca --- /dev/null +++ b/distributions/debipk/openzaurus_gpe/240x320.control @@ -0,0 +1,9 @@ +Package: fbreader-gpe +Version: @VERSION@ +Section: apps +Priority: extra +Architecture: arm +Depends: libstdc++6, libexpat0, bzip2 +Installed-Size: @SIZE@ +Maintainer: Nikolay Pultsin <[email protected]> +Description: E-Book reader. diff --git a/distributions/debipk/openzaurus_gpe/240x320.name b/distributions/debipk/openzaurus_gpe/240x320.name new file mode 100644 index 0000000..0ec5e37 --- /dev/null +++ b/distributions/debipk/openzaurus_gpe/240x320.name @@ -0,0 +1 @@ +fbreader-gpe_@VERSION@_openzaurus_240x320_arm.ipk diff --git a/distributions/debipk/openzaurus_gpe/640x480.control b/distributions/debipk/openzaurus_gpe/640x480.control new file mode 100644 index 0000000..fca73ca --- /dev/null +++ b/distributions/debipk/openzaurus_gpe/640x480.control @@ -0,0 +1,9 @@ +Package: fbreader-gpe +Version: @VERSION@ +Section: apps +Priority: extra +Architecture: arm +Depends: libstdc++6, libexpat0, bzip2 +Installed-Size: @SIZE@ +Maintainer: Nikolay Pultsin <[email protected]> +Description: E-Book reader. diff --git a/distributions/debipk/openzaurus_gpe/640x480.name b/distributions/debipk/openzaurus_gpe/640x480.name new file mode 100644 index 0000000..7907db4 --- /dev/null +++ b/distributions/debipk/openzaurus_gpe/640x480.name @@ -0,0 +1 @@ +fbreader-gpe_@VERSION@_openzaurus_640x480_arm.ipk diff --git a/distributions/debipk/openzaurus_gpe/rules b/distributions/debipk/openzaurus_gpe/rules new file mode 100644 index 0000000..55a232d --- /dev/null +++ b/distributions/debipk/openzaurus_gpe/rules @@ -0,0 +1,23 @@ +clean: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=gpe clean + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=gpe clean + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=gpe clean + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=gpe clean + +build: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=gpe + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=gpe + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=gpe + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=gpe + +install-240x320: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=gpe RESOLUTION=240x320 do_install + +install-640x480: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=gpe RESOLUTION=640x480 do_install |