mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/php7-pear-mail_mime: new aport
This commit is contained in:
parent
5cb69f8f95
commit
c12df273e2
32
community/php7-pear-mail_mime/APKBUILD
Normal file
32
community/php7-pear-mail_mime/APKBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
_php=php7
|
||||
pkgname=${_php}-pear-mail_mime
|
||||
_realname=Mail_Mime
|
||||
pkgver=1.10.0
|
||||
pkgrel=0
|
||||
pkgdesc="Mail_Mime provides classes to create MIME messages"
|
||||
url="http://pear.php.net/package/Mail_Mime/"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="${_php}-pear"
|
||||
makedepends="$depends_dev ${_php}-pear"
|
||||
options="!check"
|
||||
source="http://download.pear.php.net/package/$_realname-$pkgver.tgz"
|
||||
builddir="$srcdir"/$_realname-$pkgver
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
_phpdir="usr/share/${_php}"
|
||||
cd "$builddir"
|
||||
install -d "$pkgdir"/$_phpdir/PEAR && \
|
||||
cp -R Mail "$pkgdir"/$_phpdir/PEAR
|
||||
install -d "$pkgdir"/$_phpdir/doc/$_realname/ && \
|
||||
cp -R scripts "$pkgdir"/$_phpdir/doc/$_realname
|
||||
install -d "$pkgdir"/$_phpdir/test/$_realname && \
|
||||
cp -R tests "$pkgdir"/$_phpdir/test/$_realname
|
||||
}
|
||||
|
||||
sha512sums="7fe54db4b0dee1ab3186d9ba8d4e5be02ddbcef530f1a3b70e509ca43ef0e4516ba8e829ba4397a30a703fcdbf42de36c10c204269ffa8be5d5f254e8929c9d6 Mail_Mime-1.10.0.tgz"
|
Loading…
Reference in New Issue
Block a user