Magellan Linux

Contents of /trunk/core/hwinfo/hwinfo-16.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3528 - (show annotations) (download)
Fri Oct 23 09:11:15 2009 UTC (14 years, 7 months ago) by niro
File size: 1447 byte(s)
auto added: ver bump to 16.10-r1
1 # $Id$
2
3 PNAME="hwinfo"
4 PVER="16.10"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="hwinfo is the hardware detection tool used in SuSE Linux."
11 HOMEPAGE="http://www.suse.com/"
12
13 DEPEND=">= sys-fs/sysfsutils-2
14 >= sys-apps/hal-0.5.13
15 >= sys-apps/dbus-1.3"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mtools
21
22 SRC_URI=(
23 http://ftp.de.debian.org/debian/pool/main/h/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${PNAME}-13.41-debian-all-1.patch
26 mirror://${PNAME}/${PNAME}-13.41-remove-sbin.patch
27 mirror://${PNAME}/${PNAME}-15.3-fix-headers.patch
28 )
29
30 #UP2DATE="updatecmd http://ftp.de.debian.org/debian/pool/main/h/${PNAME} | grep .tar.gz | sed -n 's/.*_\(.*\).orig.*/\1/;$ p'"
31 # fake - taken newest from suse
32 UP2DATE="echo ${PVER}"
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 cd ${SRCDIR}
38
39 # apply debian patches
40 mpatch ${PNAME}-13.41-debian-all-1.patch || die
41
42 # remove empty $(destdir)/sbin from makefile
43 mpatch ${PNAME}-13.41-remove-sbin.patch || die
44
45 # fix missing headers on x86 with newer glibc/linux-headers
46 mpatch ${PNAME}-15.3-fix-headers.patch || die
47 }
48
49 src_compile()
50 {
51 cd ${SRCDIR}
52 mmake -j1 EXTRA_FLAGS="${CFLAGS}" LIBDIR=/usr/$(mlibdir) || die
53 }
54
55 src_install()
56 {
57 cd ${SRCDIR}
58 mmake DESTDIR=${BINDIR} install || die
59 mkeepdir /var/lib/hardware/udi || die
60
61 minstallman doc/hwinfo.8 || die
62 minstalldocs Changelog COPYING README VERSION || die
63 }

Properties

Name Value
svn:keywords Id