From 2462d03f322261bd616721c2b2065c4004b36c9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 11 May 2024 21:28:48 +0900 Subject: 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 --- distributions/ipk/pma400/fbreader.control | 11 +++++++++++ distributions/ipk/pma400/rules | 14 ++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 distributions/ipk/pma400/fbreader.control create mode 100644 distributions/ipk/pma400/rules (limited to 'distributions/ipk/pma400') diff --git a/distributions/ipk/pma400/fbreader.control b/distributions/ipk/pma400/fbreader.control new file mode 100644 index 0000000..bb294a9 --- /dev/null +++ b/distributions/ipk/pma400/fbreader.control @@ -0,0 +1,11 @@ +Package: FBReader +Installed-Size: @SIZE@ +Filename: ./FBReader_@VERSION@_pma400_arm.ipk +Version: @VERSION@ +Depends: expat,libbz2 +Priority: optional +Section: qpe/applications +Maintainer: Nikolay Pultsin +Architecture: arm +License: GPLv2 +Description: E-book reader. diff --git a/distributions/ipk/pma400/rules b/distributions/ipk/pma400/rules new file mode 100644 index 0000000..02269ac --- /dev/null +++ b/distributions/ipk/pma400/rules @@ -0,0 +1,14 @@ +build: + @make -C zlibrary/core TARGET_ARCH=pma400 UI_TYPE=qtopia + @make -C zlibrary/text TARGET_ARCH=pma400 UI_TYPE=qtopia + @make -C zlibrary/ui TARGET_ARCH=pma400 UI_TYPE=qtopia + @make -C fbreader TARGET_ARCH=pma400 UI_TYPE=qtopia + +clean: + @make TARGET_ARCH=pma400 UI_TYPE=qtopia clean + +install-fbreader: + @make -C zlibrary/core TARGET_ARCH=pma400 UI_TYPE=qtopia DESTDIR=$(DESTDIR) do_install + @make -C zlibrary/text TARGET_ARCH=pma400 UI_TYPE=qtopia DESTDIR=$(DESTDIR) do_install + @make -C zlibrary/ui TARGET_ARCH=pma400 UI_TYPE=qtopia DESTDIR=$(DESTDIR) do_install + @make -C fbreader TARGET_ARCH=pma400 UI_TYPE=qtopia DESTDIR=$(DESTDIR) do_install -- cgit v1.2.1