Moved to aur4: https://aur4.archlinux.org/packages/php-blackfire/
Search Criteria
Package Details: php-blackfire 0.23.0-1
Package Actions
| Package Base: | php-blackfire |
|---|---|
| Description: | Blackfire Profiler - PHP extension |
| Upstream URL: | https://blackfire.io |
| Category: | devel |
| Licenses: | |
| Submitter: | mjob |
| Maintainer: | mjob |
| Last Packager: | mjob |
| Votes: | 2 |
| First Submitted: | 2015-01-14 23:09 |
| Last Updated: | 2015-05-11 13:29 |
Dependencies (0)
Required by (0)
Sources
Latest Comments
Comment by mjob
Comment by mjob
Updated :) Thanks mariano
Comment by mariano
Comment by mariano
Here's the new PKGBUILD to install the newer 0.21.1 release:
# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=php-blackfire
pkgver=0.21.1
pkgrel=1
pkgdesc='Blackfire Profiler - PHP extension'
arch=('i686' 'x86_64')
url='https://blackfire.io'
license='custom'
backup=('etc/php/conf.d/blackfire.ini')
source=('blackfire.ini')
source_i686=("http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_i386-php-56.so")
source_x86_64=("http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_amd64-php-56.so")
md5sums=('4768c8ab9fe7e6d690dfafbe8adfc56d')
md5sums_i686=('842e6232c9c9e100ace3d65ef8e19c8d')
md5sums_x86_64=('2a47cc5cb4778311cc8ac1007b1d8236')
package(){
install -Dm 644 blackfire.ini ${pkgdir}/etc/php/conf.d/blackfire.ini
install -Dm 755 blackfire-php-linux_* ${pkgdir}/usr/lib/php/modules/blackfire.so
}
Comment by mjob
Feel free to supply patches https://github.com/MorrisJobke/aur-packages/tree/master/php-blackfire