Magellan Linux

Annotation of /trunk/extras/pm-quirks/pm-quirks-20100619-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10324 - (hide annotations) (download)
Fri Jan 20 22:12:43 2012 UTC (12 years, 4 months ago) by niro
Original Path: trunk/core/pm-quirks/pm-quirks-20100619-r1.smage2
File size: 664 byte(s)
-import from magellan-next
1 niro 8218 # $Id$
2    
3     PNAME="pm-quirks"
4     PVER="20100619"
5     PBUILD="r1"
6    
7 niro 10324 PCAT="sys-apps"
8 niro 8218
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 niro 8219 SRCDIR="${BUILDDIR}/video-quirks"
16 niro 8218
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     }