Magellan Linux

Contents of /trunk/core/hal-info/hal-info-20080508-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 859 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/hal-info/hal-info-20080508-r1.smage2,v 1.1 2008/05/19 19:08:03 niro Exp $
2
3 PNAME="hal-info"
4 PVER="20080508"
5 PBUILD="r1"
6
7 PCATEGORIE="app-misc"
8 STATE="unstable"
9
10 DESCRIPTION="HAL fdi scripts."
11 HOMEPAGE="http://www.freedesktop.org/wiki/Software/hal"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://hal.freedesktop.org/releases/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-20071212-dell-cdrom-nopoll.patch
24 )
25
26 UP2DATE="updatecmd 'http://hal.freedesktop.org/releases/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # handle weird dell laptops that slow down the system
34 # if the optical drive is polled (RH Bug #138148)
35 mpatch ${PNAME}-20071212-dell-cdrom-nopoll.patch || die
36 }

Properties

Name Value
svn:keywords Id