diff options
Diffstat (limited to 'distributions/debipk')
-rw-r--r-- | distributions/debipk/opensimpad/fbreader.control | 9 | ||||
-rw-r--r-- | distributions/debipk/opensimpad/fbreader.name | 1 | ||||
-rw-r--r-- | distributions/debipk/opensimpad/rules | 17 | ||||
-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 | ||||
-rw-r--r-- | distributions/debipk/openzaurus_opie/240x320.control | 9 | ||||
-rw-r--r-- | distributions/debipk/openzaurus_opie/240x320.name | 1 | ||||
-rw-r--r-- | distributions/debipk/openzaurus_opie/640x480.control | 9 | ||||
-rw-r--r-- | distributions/debipk/openzaurus_opie/640x480.name | 1 | ||||
-rw-r--r-- | distributions/debipk/openzaurus_opie/rules | 23 |
13 files changed, 0 insertions, 113 deletions
diff --git a/distributions/debipk/opensimpad/fbreader.control b/distributions/debipk/opensimpad/fbreader.control deleted file mode 100644 index 4fea19b..0000000 --- a/distributions/debipk/opensimpad/fbreader.control +++ /dev/null @@ -1,9 +0,0 @@ -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/opensimpad/fbreader.name b/distributions/debipk/opensimpad/fbreader.name deleted file mode 100644 index 1acecd1..0000000 --- a/distributions/debipk/opensimpad/fbreader.name +++ /dev/null @@ -1 +0,0 @@ -fbreader-opie_@VERSION@_opensimpad-0.9.0_arm.ipk diff --git a/distributions/debipk/opensimpad/rules b/distributions/debipk/opensimpad/rules deleted file mode 100644 index 62981ca..0000000 --- a/distributions/debipk/opensimpad/rules +++ /dev/null @@ -1,17 +0,0 @@ -clean: - make -C zlibrary/core TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie clean - make -C zlibrary/text TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie clean - make -C zlibrary/ui TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie clean - make -C fbreader TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie clean - -build: - make -C zlibrary/core TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie - make -C zlibrary/text TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie - make -C zlibrary/ui TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie - make -C fbreader TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie - -install-fbreader: - make -C zlibrary/core TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie do_install - make -C zlibrary/text TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie do_install - make -C zlibrary/ui TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie do_install - make -C fbreader TARGET_ARCH=opensimpad-0.9.0 UI_TYPE=opie do_install diff --git a/distributions/debipk/openzaurus_gpe/240x320.control b/distributions/debipk/openzaurus_gpe/240x320.control deleted file mode 100644 index fca73ca..0000000 --- a/distributions/debipk/openzaurus_gpe/240x320.control +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index 0ec5e37..0000000 --- a/distributions/debipk/openzaurus_gpe/240x320.name +++ /dev/null @@ -1 +0,0 @@ -fbreader-gpe_@VERSION@_openzaurus_240x320_arm.ipk diff --git a/distributions/debipk/openzaurus_gpe/640x480.control b/distributions/debipk/openzaurus_gpe/640x480.control deleted file mode 100644 index fca73ca..0000000 --- a/distributions/debipk/openzaurus_gpe/640x480.control +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index 7907db4..0000000 --- a/distributions/debipk/openzaurus_gpe/640x480.name +++ /dev/null @@ -1 +0,0 @@ -fbreader-gpe_@VERSION@_openzaurus_640x480_arm.ipk diff --git a/distributions/debipk/openzaurus_gpe/rules b/distributions/debipk/openzaurus_gpe/rules deleted file mode 100644 index 55a232d..0000000 --- a/distributions/debipk/openzaurus_gpe/rules +++ /dev/null @@ -1,23 +0,0 @@ -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 diff --git a/distributions/debipk/openzaurus_opie/240x320.control b/distributions/debipk/openzaurus_opie/240x320.control deleted file mode 100644 index 4fea19b..0000000 --- a/distributions/debipk/openzaurus_opie/240x320.control +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index be4e355..0000000 --- a/distributions/debipk/openzaurus_opie/240x320.name +++ /dev/null @@ -1 +0,0 @@ -fbreader-opie_@VERSION@_openzaurus_240x320_arm.ipk diff --git a/distributions/debipk/openzaurus_opie/640x480.control b/distributions/debipk/openzaurus_opie/640x480.control deleted file mode 100644 index 4fea19b..0000000 --- a/distributions/debipk/openzaurus_opie/640x480.control +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index 54c7834..0000000 --- a/distributions/debipk/openzaurus_opie/640x480.name +++ /dev/null @@ -1 +0,0 @@ -fbreader-opie_@VERSION@_openzaurus_640x480_arm.ipk diff --git a/distributions/debipk/openzaurus_opie/rules b/distributions/debipk/openzaurus_opie/rules deleted file mode 100644 index 5978984..0000000 --- a/distributions/debipk/openzaurus_opie/rules +++ /dev/null @@ -1,23 +0,0 @@ -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 |