Magellan Linux

Annotation of /smage/branches/alx07x-unstable/extras/alx-web/alx-web-0.7.0.20170802.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9682 - (hide annotations) (download)
Wed Aug 2 15:10:06 2017 UTC (6 years, 9 months ago) by niro
Original Path: smage/trunk/extras/alx-web/alx-web-0.7.0.20170802.2-r1.smage2
File size: 602 byte(s)
auto added: ver bump to 0.7.0.20170802.2-r1
1 niro 9682 # $Id$
2    
3     PNAME="alx-web"
4     PVER="0.7.0.20170802.2"
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-5.6
14     >= dev-php/php-mysql-5.6
15     >= virtual/sed"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude mbuild
21    
22     SRC_URI=(
23     mirror://${PNAME}/${SRCFILE}
24     )
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     }