[arch-commits] Commit in postfixadmin/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Oct 13 18:43:56 UTC 2016
Date: Thursday, October 13, 2016 @ 18:43:56
Author: svenstaro
Revision: 192202
archrelease: copy trunk to community-any
Added:
postfixadmin/repos/community-any/PKGBUILD
(from rev 192201, postfixadmin/trunk/PKGBUILD)
Deleted:
postfixadmin/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-13 18:43:50 UTC (rev 192201)
+++ PKGBUILD 2016-10-13 18:43:56 UTC (rev 192202)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Filip <fila pruda.com>
-pkgname=postfixadmin
-pkgver=2.93
-pkgrel=1
-pkgdesc="A web based interface used to manage mailboxes, virtual domains and aliases created for Postfix"
-arch=('any')
-license=('GPL')
-url="http://postfixadmin.sourceforge.net/"
-backup=(etc/webapps/postfixadmin/config.inc.php
- etc/webapps/postfixadmin/.htaccess)
-depends=('php')
-optdepends=('mariadb: MySQL server'
- 'postgresql: PostgreSQL server')
-source=(http://downloads.sourceforge.net/postfixadmin/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d9a0e19bdb3241411cac8446d511fdb4')
-
-package() {
- _destdir=$pkgdir/usr/share/webapps/postfixAdmin
- _destdir_etc=$pkgdir/etc/webapps/postfixadmin
- _destdir_doc=$pkgdir/usr/share/doc/postfixadmin
-
- install -dm755 ${_destdir}
- install -dm755 ${_destdir_etc}
- install -dm755 ${_destdir_doc}
-
- cd $srcdir/$pkgname-$pkgver
- cp -r * ${_destdir}
-
- # config
- mv ${_destdir}/config.inc.php ${_destdir_etc}
- ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
- echo "#Require all denied" >${_destdir_etc}/.htaccess
- ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
-
- # template cache needs to be writeable
- chown http:http ${_destdir}/templates_c
-
- # docs
- mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION} ${_destdir_doc}
- rm -rf ${_destdir}/debian
-}
Copied: postfixadmin/repos/community-any/PKGBUILD (from rev 192201, postfixadmin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-13 18:43:56 UTC (rev 192202)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Filip <fila pruda.com>
+pkgname=postfixadmin
+pkgver=3.0
+pkgrel=1
+pkgdesc="A web based interface used to manage mailboxes, virtual domains and aliases created for Postfix"
+arch=('any')
+license=('GPL')
+url="http://postfixadmin.sourceforge.net/"
+backup=(etc/webapps/postfixadmin/config.inc.php
+ etc/webapps/postfixadmin/.htaccess)
+depends=('php')
+optdepends=('mariadb: MySQL server'
+ 'postgresql: PostgreSQL server')
+source=(http://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-3.0/postfixadmin-3.0.tar.gz)
+md5sums=('9eade7ea5c5fd405d5843700d0e29c0b')
+
+package() {
+ _destdir=$pkgdir/usr/share/webapps/postfixAdmin
+ _destdir_etc=$pkgdir/etc/webapps/postfixadmin
+ _destdir_doc=$pkgdir/usr/share/doc/postfixadmin
+
+ install -dm755 ${_destdir}
+ install -dm755 ${_destdir_etc}
+ install -dm755 ${_destdir_doc}
+
+ cd $srcdir/$pkgname-$pkgver
+ cp -r * ${_destdir}
+
+ # config
+ mv ${_destdir}/config.inc.php ${_destdir_etc}
+ ln -s /etc/webapps/postfixadmin/config.inc.php ${_destdir}/config.inc.php
+ echo "#Require all denied" >${_destdir_etc}/.htaccess
+ ln -s /etc/webapps/postfixadmin/.htaccess ${_destdir}/.htaccess
+
+ # template cache needs to be writeable
+ chown http:http ${_destdir}/templates_c
+
+ # docs
+ mv ${_destdir}/{*.TXT,tests,ADDITIONS,DOCUMENTS,VIRTUAL_VACATION} ${_destdir_doc}
+ rm -rf ${_destdir}/debian
+}
More information about the arch-commits
mailing list