From ba8070b1b291d1aa807a3ef033d6703651473381 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Fri, 20 Oct 2023 00:28:11 +0200 Subject: * Drop php7-mailparse. deleted: php7-mailparse/.SRCINFO deleted: php7-mailparse/.gitignore deleted: php7-mailparse/PKGBUILD deleted: php7-mailparse/mailparse.ini deleted: php7-mailparse/package.xml --- php7-mailparse/PKGBUILD | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 php7-mailparse/PKGBUILD (limited to 'php7-mailparse/PKGBUILD') diff --git a/php7-mailparse/PKGBUILD b/php7-mailparse/PKGBUILD deleted file mode 100644 index ce7fd7b..0000000 --- a/php7-mailparse/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Maintainer: Thomas Gerbet -# Contributor: Johannes Schleifenbaum - -pkgname=php7-mailparse -pkgver=3.1.1 -pkgrel=1 -pkgdesc="Extension for parsing and working with email messages (RFC822 and RFC2045)" -arch=('i686' 'x86_64') -url="https://pecl.php.net/package/mailparse" -license=('PHP') -depends=('php7>=7.2.0') -backup=('etc/php/conf.d/mailparse.ini') -source=("https://pecl.php.net/get/mailparse-${pkgver}.tgz" - 'mailparse.ini') -sha256sums=('c70f2650f81f7e234e5e2c8b079f3db04f38c269cf906c7846242fe9df92ce0a' - 'e3a71ee16492ff486ad4e6b0c87a3af93bdb081efa5baf78d5d47f290f7ec86a') - -build() { - cd "${srcdir}/mailparse-${pkgver}/" - - phpize - ./configure \ - --prefix=/usr \ - --libdir=/usr/lib/php7 \ - --with-php-config="/usr/bin/php-config7" - make -} - -check() { - cd "${srcdir}/mailparse-${pkgver}/" - - export REPORT_EXIT_STATUS=1 - export NO_INTERACTION=1 - export SKIP_ONLINE_TESTS=1 - make test -} - -package() { - cd "${srcdir}/mailparse-${pkgver}/" - - make INSTALL_ROOT="${pkgdir}/" install - install -D -m 644 "$srcdir"/mailparse.ini "$pkgdir"/etc/php7/conf.d/mailparse.ini -} -- cgit v1.2.3-70-g09d2