Magellan Linux

Contents of /smage/branches/branch_0.9.0/hwdata-knoppix/hwdata-knoppix-0.172.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download)
Sun Jan 11 00:50:17 2009 UTC (15 years, 4 months ago) by niro
File size: 989 byte(s)
"copied"
1 # $Header: /alx-cvs/smage-eglibc/hwdata-knoppix/hwdata-knoppix-0.172.5-r1.smage2,v 1.1 2008/06/04 17:43:40 niro Exp $
2
3 PNAME="hwdata-knoppix"
4 PLEVEL="5"
5 PVER="0.172.${PLEVEL}"
6 PBUILD="r1"
7
8 PCATEGORIE="sys-apps"
9 STATE="unstable"
10
11 DESCRIPTION="hwdata-knoppix"
12 HOMEPAGE="http://www.knopper.net"
13
14 DEPEND=">= virtual/glibc"
15
16 SRCFILE="${PNAME}_${PVER/.${PLEVEL}/}-${PLEVEL}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/.${PLEVEL}/}"
18
19 sminclude mtools alx
20
21 SRC_URI=(
22 http://debian-knoppix.alioth.debian.org/sources/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 }
30
31 src_install()
32 {
33 cd ${SRCDIR}
34 make DESTDIR=${BINDIR} install || die
35
36 minstallfile debian/Cards /usr/share/hwdata || die
37 minstallfile debian/mergepcitable /usr/share/hwdata || die
38 minstallfile debian/pcitable-knoppix /usr/share/hwdata || die
39
40 # blacklist is provided by udev
41 rm -rf ${BINDIR}/etc || die
42
43 # docs
44 minstalldocs CHANGELOG COPYING LICENSE README debian/changelog || die
45 }

Properties

Name Value
svn:keywords Id