Magellan Linux

Annotation of /smage/trunk/extras/alx-web/alx-web-0.7.3.20200716.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14443 - (hide annotations) (download)
Thu Jul 16 14:54:30 2020 UTC (3 years, 9 months ago) by niro
File size: 837 byte(s)
auto added: ver bump to 0.7.3.20200716.1-r1
1 niro 14443 # $Id$
2    
3     PNAME="alx-web"
4     PVER="0.7.3.20200716.1"
5     PBUILD="r1"
6    
7     PCAT="app-mage"
8    
9     DESCRIPTION="PHP based management interface for ALX using mcore-tools."
10     HOMEPAGE="http://www.magellan-linux.de/"
11    
12     DEPEND=">= net-www/apache2-2.4
13     >= dev-php/php-apache-7.3
14     >= dev-php/php-mysql-7.3
15     >= virtual/sed
16     >= app-admin/sudo-1.9"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     msetfeature "!check" # no check target in Makefile
22     sminclude mbuild alx
23    
24     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
25    
26     UP2DATE="echo ${PVER}"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # use ${PVER}-${PBUILD} as version
34     echo "${PVER}-${PBUILD}" > ${SRCDIR}/VERSION || die
35     }
36    
37     preinstall()
38     {
39     # always keep this files even if the user edited them
40     add_conf_prot_ignore /etc/alx-web/config.inc.php /etc/alx-web/mcore-sql-schema.conf
41     }