mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/php-mailparse: add missing ini
This commit is contained in:
parent
fa7ddb866e
commit
0ea00e0aeb
@ -3,7 +3,7 @@
|
||||
pkgname=php-mailparse
|
||||
_realname=mailparse
|
||||
pkgver=2.1.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="PHP Email message manipulation"
|
||||
url="http://pecl.php.net/package/mailparse"
|
||||
arch="all"
|
||||
@ -13,7 +13,8 @@ depends_dev="php-dev"
|
||||
makedepends="$depends_dev autoconf"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://pecl.php.net/get/$_realname-$pkgver.tgz"
|
||||
source="http://pecl.php.net/get/$_realname-$pkgver.tgz
|
||||
mailparse.ini"
|
||||
|
||||
_builddir="$srcdir/$_realname-$pkgver"
|
||||
|
||||
@ -37,6 +38,9 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make INSTALL_ROOT="$pkgdir/" install || return 1
|
||||
install -D -m644 "$srcdir"/mailparse.ini \
|
||||
"$pkgdir"/etc/php/conf.d/mailparse.ini || return 1
|
||||
}
|
||||
|
||||
md5sums="0c0134fb6f5903c8fb6c9e2205263d2c mailparse-2.1.5.tgz"
|
||||
md5sums="0c0134fb6f5903c8fb6c9e2205263d2c mailparse-2.1.5.tgz
|
||||
9b8f5b99ee9d297ef1b439bacc2b3631 mailparse.ini"
|
||||
|
||||
1
main/php-mailparse/mailparse.ini
Normal file
1
main/php-mailparse/mailparse.ini
Normal file
@ -0,0 +1 @@
|
||||
extension=mailparse.so
|
||||
Loading…
x
Reference in New Issue
Block a user