From 85fb5cceda2840375d857d65435b03be18cc1564 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 18 May 2008 23:46:00 +0000 Subject: php: move version 4.x to nonworking. We have version 5 (I will fix out the remaining bugs) --- packages/nonworking/php/.mtn2git_empty | 0 packages/nonworking/php/php-native_4.4.4.bb | 8 ++++++++ packages/nonworking/php/php_4.4.4.bb | 8 ++++++++ 3 files changed, 16 insertions(+) create mode 100644 packages/nonworking/php/.mtn2git_empty create mode 100644 packages/nonworking/php/php-native_4.4.4.bb create mode 100644 packages/nonworking/php/php_4.4.4.bb (limited to 'packages/nonworking') diff --git a/packages/nonworking/php/.mtn2git_empty b/packages/nonworking/php/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/nonworking/php/php-native_4.4.4.bb b/packages/nonworking/php/php-native_4.4.4.bb new file mode 100644 index 0000000000..84d1c667b5 --- /dev/null +++ b/packages/nonworking/php/php-native_4.4.4.bb @@ -0,0 +1,8 @@ +SECTION = "console/network" +require php_${PV}.bb +inherit native +FILESPATH = "${FILE_DIRNAME}/php-${PV}:${FILE_DIRNAME}/php:${FILE_DIRNAME}/files" +DEPENDS = "zlib-native" +PR = "r2" + +S = "${WORKDIR}/php-${PV}" diff --git a/packages/nonworking/php/php_4.4.4.bb b/packages/nonworking/php/php_4.4.4.bb new file mode 100644 index 0000000000..3000ad1fb6 --- /dev/null +++ b/packages/nonworking/php/php_4.4.4.bb @@ -0,0 +1,8 @@ +require php.inc + +PR = "r1" + +SRC_URI = "http://museum.php.net/php4/php-${PV}.tar.bz2 \ + file://${FILESDIR}/autotools.patch;patch=1 \ + file://${FILESDIR}/pear.patch;patch=1" + -- cgit v1.2.3