Magellan Linux

Contents of /smage/trunk/core/kernel26-sources-alx/kernel26-sources-alx-3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3171 - (show annotations) (download)
Fri Sep 9 12:15:46 2011 UTC (12 years, 9 months ago) by niro
File size: 628 byte(s)
-fixed PVER
1 # $Id$
2
3 # fake package
4 # only for transitional purposes for kernel26-xxx -> kernel-xxx change
5 PKGTYPE="virtual"
6 NOPKGBUILD=true
7
8 # which branch we're using
9 BRANCH="alx"
10
11 PNAME="kernel26-sources-${BRANCH}"
12
13 # 2.6.x.x subver style
14 PSUBVER=""
15
16 PVER="3.0${PSUBVER}"
17 PBUILD="r1"
18
19 PCATEGORIE="sys-kernel"
20
21 DESCRIPTION="Transitional package for kernel-sources-${BRANCH}."
22 HOMEPAGE="http://magellan-linux.net"
23
24 DEPEND="== sys-kernel/kernel-sources-${BRANCH}-${PVER}"
25
26 sminclude alx
27
28 postinstall()
29 {
30 # remove the transitional package
31 if [[ ! -z $(magequery -n kernel26-sources-alx) ]]
32 then
33 mage uninstall kernel26-sources-alx
34 fi
35 }