[arch-commits] Commit in postfixadmin/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Oct 28 23:04:26 UTC 2014
Date: Wednesday, October 29, 2014 @ 00:04:26
Author: svenstaro
Revision: 121536
archrelease: copy trunk to community-any
Added:
postfixadmin/repos/community-any/PKGBUILD
(from rev 121535, postfixadmin/trunk/PKGBUILD)
Deleted:
postfixadmin/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-28 23:04:22 UTC (rev 121535)
+++ PKGBUILD 2014-10-28 23:04:26 UTC (rev 121536)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Filip <fila pruda.com>
-pkgname=postfixadmin
-pkgver=2.91
-pkgrel=3
-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=('a6e12ebae8f69b489bab56601fe1e533')
-
-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 121535, postfixadmin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-10-28 23:04:26 UTC (rev 121536)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Filip <fila pruda.com>
+pkgname=postfixadmin
+pkgver=2.92
+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=('01f96e90a2ef084075e15e760f3bfc15')
+
+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