*: fix for previous steps
This commit is contained in:
parent
9371fe8339
commit
d0a378e9c5
@ -2,7 +2,6 @@
|
||||
pkgname=chuck
|
||||
version=1.4.1.1
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_wrksrc=src
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
@ -19,7 +18,6 @@ checksum=4459ee6f151da72dcde1525e0afe05329d61086356b168ecfc0bc3a570290f63
|
||||
|
||||
|
||||
post_extract() {
|
||||
mv chuck-${version}/* .
|
||||
# use CC, CXX and LD from environment
|
||||
vsed -e '/^CC=/d' -e '/^CXX=/d' -e '/^LD=/d' -i src/makefile -i src/core/makefile
|
||||
# fix parallel builds for make in sub directories
|
||||
|
@ -2,7 +2,6 @@
|
||||
pkgname=php-apcu
|
||||
version=5.1.22
|
||||
revision=1
|
||||
build_wrksrc=apcu-$version
|
||||
build_style=gnu-configure
|
||||
make_check_target=test
|
||||
hostmakedepends="autoconf pcre2-devel php-devel"
|
||||
|
@ -16,10 +16,6 @@ distfiles="https://pecl.php.net/get/ast-${version}.tgz"
|
||||
checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
|
||||
make_check_pre="env NO_INTERACTION=1"
|
||||
|
||||
post_extract() {
|
||||
mv ast-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize
|
||||
}
|
||||
|
@ -2,7 +2,6 @@
|
||||
pkgname=php-igbinary
|
||||
version=3.2.12
|
||||
revision=1
|
||||
build_wrksrc=igbinary-$version
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf php-devel"
|
||||
makedepends="php-devel"
|
||||
|
@ -14,10 +14,6 @@ homepage="https://pecl.php.net/package/imagick"
|
||||
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
|
||||
checksum=8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077
|
||||
|
||||
post_extract() {
|
||||
mv imagick-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize
|
||||
}
|
||||
|
@ -15,10 +15,6 @@ homepage="https://pecl.php.net/package/APCu"
|
||||
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
|
||||
checksum=010a0d8fd112e1ed7a52a356191da3696a6b76319423f7b0dfdeaeeafcb41a1e
|
||||
|
||||
post_extract() {
|
||||
mv apcu-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.0
|
||||
}
|
||||
|
@ -17,10 +17,6 @@ distfiles="https://pecl.php.net/get/ast-${version}.tgz"
|
||||
checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
|
||||
make_check_pre="env NO_INTERACTION=1"
|
||||
|
||||
post_extract() {
|
||||
mv ast-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.0
|
||||
}
|
||||
|
@ -15,10 +15,6 @@ homepage="https://pecl.php.net/package/imagick"
|
||||
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
|
||||
checksum=5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e
|
||||
|
||||
post_extract() {
|
||||
mv imagick-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.0
|
||||
}
|
||||
|
@ -15,10 +15,6 @@ homepage="https://pecl.php.net/package/APCu"
|
||||
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
|
||||
checksum=010a0d8fd112e1ed7a52a356191da3696a6b76319423f7b0dfdeaeeafcb41a1e
|
||||
|
||||
post_extract() {
|
||||
mv apcu-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.1
|
||||
}
|
||||
|
@ -17,10 +17,6 @@ distfiles="https://pecl.php.net/get/ast-${version}.tgz"
|
||||
checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
|
||||
make_check_pre="env NO_INTERACTION=1"
|
||||
|
||||
post_extract() {
|
||||
mv ast-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.1
|
||||
}
|
||||
|
@ -15,10 +15,6 @@ homepage="https://pecl.php.net/package/imagick"
|
||||
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
|
||||
checksum=5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e
|
||||
|
||||
post_extract() {
|
||||
mv imagick-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.1
|
||||
}
|
||||
|
@ -12,10 +12,6 @@ homepage="http://xdebug.org"
|
||||
distfiles="http://xdebug.org/files/${pkgname}-${version,,}.tgz"
|
||||
checksum=a63f567f2238d75a2244c2a4bd6f5abee817280b3567f9006c99481488dc977c
|
||||
|
||||
post_extract() {
|
||||
mv xdebug-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize
|
||||
}
|
||||
|
@ -14,10 +14,6 @@ changelog="https://xdebug.org/updates"
|
||||
distfiles="http://xdebug.org/files/xdebug-${version}.tgz"
|
||||
checksum=55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79
|
||||
|
||||
post_extract() {
|
||||
mv xdebug-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.0
|
||||
}
|
||||
|
@ -14,10 +14,6 @@ changelog="https://xdebug.org/updates"
|
||||
distfiles="http://xdebug.org/files/xdebug-${version}.tgz"
|
||||
checksum=55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79
|
||||
|
||||
post_extract() {
|
||||
mv xdebug-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user