diff options
Diffstat (limited to 'distributions/ipk/pdaxrom')
-rw-r--r-- | distributions/ipk/pdaxrom/fbreader.control | 10 | ||||
-rw-r--r-- | distributions/ipk/pdaxrom/rules | 16 |
2 files changed, 26 insertions, 0 deletions
diff --git a/distributions/ipk/pdaxrom/fbreader.control b/distributions/ipk/pdaxrom/fbreader.control new file mode 100644 index 0000000..9063b84 --- /dev/null +++ b/distributions/ipk/pdaxrom/fbreader.control @@ -0,0 +1,10 @@ +Package: FBReader +Version: @VERSION@ +Filename: ./FBReader_@VERSION@_pdaxrom_armv5tel.ipk +Depends: expat,bzip2 +Priority: optional +Section: Office +Maintainer: Nikolay Pultsin <[email protected]> +Architecture: armv5tel +License: GPLv2 +Description: e-book reader (http://www.fbreader.org/) diff --git a/distributions/ipk/pdaxrom/rules b/distributions/ipk/pdaxrom/rules new file mode 100644 index 0000000..19cbcd6 --- /dev/null +++ b/distributions/ipk/pdaxrom/rules @@ -0,0 +1,16 @@ +build: + @make -C zlibrary/core TARGET_ARCH=pdaxrom UI_TYPE=dummy + @make -C zlibrary/text TARGET_ARCH=pdaxrom UI_TYPE=dummy + @make -C zlibrary/ui TARGET_ARCH=pdaxrom UI_TYPE=gtk + @make -C zlibrary/ui TARGET_ARCH=pdaxrom UI_TYPE=qt + @make -C fbreader TARGET_ARCH=pdaxrom UI_TYPE=dummy + +clean: + @make TARGET_ARCH=pdaxrom UI_TYPE=dummy clean + +install-fbreader: + @make -C zlibrary/core TARGET_ARCH=pdaxrom UI_TYPE=dummy DESTDIR=$(DESTDIR) do_install + @make -C zlibrary/text TARGET_ARCH=pdaxrom UI_TYPE=dummy DESTDIR=$(DESTDIR) do_install + @make -C zlibrary/ui TARGET_ARCH=pdaxrom UI_TYPE=gtk DESTDIR=$(DESTDIR) do_install + @make -C zlibrary/ui TARGET_ARCH=pdaxrom UI_TYPE=qt DESTDIR=$(DESTDIR) do_install + @make -C fbreader TARGET_ARCH=pdaxrom UI_TYPE=dummy DESTDIR=$(DESTDIR) do_install |