Magellan Linux

Contents of /smage/trunk/core/kernel26-alx/kernel26-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, 8 months ago) by niro
File size: 903 byte(s)
-fixed PVER
1 # $Id$
2
3 # base alx kernel:
4 # using linux-2.6.37.6
5 # using fbcondecor-0.9.6 (http://dev.gentoo.org/~spock/projects/fbcondecor/)
6 # using unionfs-2.5.7 (http://www.filesystems.org/project-unionfs.html)
7 # enabled support for large block devices to be able to mount ext4 filesystems
8 # enabled usbserial device drivers
9
10
11 # $Id$
12
13 # fake package
14 # only for transitional purposes for kernel26-xxx -> kernel-xxx change
15 PKGTYPE="virtual"
16 NOPKGBUILD=true
17
18 # which branch we're using
19 BRANCH="alx"
20
21 PNAME="kernel26-${BRANCH}"
22
23 # 2.6.x.x subver style
24 PSUBVER=""
25
26 PVER="3.0${PSUBVER}"
27 PBUILD="r1"
28
29 PCATEGORIE="sys-kernel"
30
31 DESCRIPTION="Transitional package for kernel-${BRANCH}."
32 HOMEPAGE="http://magellan-linux.net"
33
34 DEPEND="== sys-kernel/kernel-${BRANCH}-${PVER}"
35
36 sminclude alx
37
38 postinstall()
39 {
40 # remove the transitional package
41 if [[ ! -z $(magequery -n kernel26-alx) ]]
42 then
43 mage uninstall kernel26-alx
44 fi
45 }