summaryrefslogtreecommitdiffstats
path: root/distributions/ipk/pma400/rules
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-11 21:28:48 +0900
committerMichele Calgaro <[email protected]>2024-05-11 21:28:48 +0900
commit2462d03f322261bd616721c2b2065c4004b36c9c (patch)
tree239947a0737bb8386703a1497f12c09aebd3080a /distributions/ipk/pma400/rules
downloadtde-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/ipk/pma400/rules')
-rw-r--r--distributions/ipk/pma400/rules14
1 files changed, 14 insertions, 0 deletions
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