Magellan Linux

Contents of /trunk/deprecated/discover-data/discover-data-2.2007.03.22-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4738 - (show annotations) (download)
Sun Dec 27 16:53:39 2009 UTC (14 years, 4 months ago) by niro
File size: 705 byte(s)
-moved to 'deprecated'
1 # $Header: /magellan-cvs/smage/discover-data/discover-data-2.2007.03.22-r1.smage2,v 1.2 2008/02/07 14:23:36 niro Exp $
2
3 PNAME="discover-data"
4 PVER="2.2007.03.22"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="testing"
9
10 DESCRIPTION="Data needed by discover. Provides list of pci ids, pnp ids etc."
11 HOMEPAGE="http://alioth.debian.org/projects/pkg-discover/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 SRC_URI=(
19 http://alioth.debian.org/frs/download.php/1874/${SRCFILE}
20 mirror://${PNAME}/${SRCFILE}
21 )
22
23 src_prepare()
24 {
25 munpack ${SRCFILE} || die
26 }
27
28 src_install()
29 {
30 cd ${SRCDIR}
31 make DESTDIR=${BINDIR} prefix=/usr install || die
32 minstalldocs ChangeLog README || die
33 }

Properties

Name Value
svn:keywords Id