Magellan Linux

Contents of /branches/magellan-next/core/pm-quirks/pm-quirks-20100619-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8218 - (show annotations) (download)
Wed Jul 13 09:12:51 2011 UTC (12 years, 10 months ago) by niro
File size: 674 byte(s)
auto added: ver bump to 20100619-r1
1 # $Id$
2
3 PNAME="pm-quirks"
4 PVER="20100619"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8
9 DESCRIPTION="Quirks data for pm-utils."
10 HOMEPAGE="http://pm-utils.freedesktop.org"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mtools
18
19 SRC_URI=(
20 http://pm-utils.freedesktop.org/releases/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd 'http://pm-utils.freedesktop.org/releases/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 }
30
31 src_install()
32 {
33 cd ${SRCDIR}
34 minstalldir /usr/$(mlibdir)/pm-utils/video-quirks || die
35 minstallfile \*.quirkdb /usr/$(mlibdir)/pm-utils/video-quirks/ || die
36 }