Magellan Linux

Annotation of /smage/branches/alx07x-stable/extras/alx-web/alx-web-0.7.1.20190711.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13659 - (hide annotations) (download)
Fri Jul 12 12:19:15 2019 UTC (4 years, 10 months ago) by niro
File size: 625 byte(s)
-release branches/alx07x-stable
1 niro 13468 # $Id$
2    
3     PNAME="alx-web"
4     PVER="0.7.1.20190711.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.8"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21     sminclude mbuild
22    
23     SRC_URI=(
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="echo ${PVER}"
28    
29     src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # use ${PVER}-${PBUILD} as version
35     echo "${PVER}-${PBUILD}" > ${SRCDIR}/VERSION || die
36     }