Magellan Linux

Contents of /branches/R11-unstable/extras/pm-quirks/pm-quirks-20100619-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25719 - (show annotations) (download)
Tue Nov 25 04:12:45 2014 UTC (9 years, 5 months ago) by niro
File size: 664 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="pm-quirks"
4 PVER="20100619"
5 PBUILD="r1"
6
7 PCAT="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}/video-quirks"
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 }