Magellan Linux

Contents of /mage/branches/alx-0_6_0/app-mage/mage-alx/mage-alx-0.3.7-r5.1.mage

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2789 - (show annotations) (download)
Mon Aug 29 09:09:17 2011 UTC (12 years, 8 months ago) by niro
File size: 531 byte(s)
-added transitional packages for upgrades of 0.5.7->0.6.0
1 # $Header: /magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.36 2005/08/28 19:23:04 niro Exp $
2
3 PKGNAME="mage-alx-0.3.7-${ARCH}-r5.1"
4 STATE="stable"
5
6 DESCRIPTION="Magellan Package Manager"
7 HOMEPAGE="http://magellan-linux.com/"
8
9 PKGTYPE=""
10 MAGE_TARGETS="-alx"
11
12 minclude alx || minclude() { local i; if [ -n "$@" ]; then for i in $@; do source ${MAGEDIR}/include/${i}.minc; done; fi }; minclude alx
13
14 DEPEND=""
15
16 SDEPEND=""
17
18 PROVIDE=""
19
20 preinstall ()
21 {
22 add_conf_prot_mask /etc/etc-update.conf /etc/mage.rc.example
23 }
24
25
26
27