Magellan Linux

Diff of /smage/trunk/core/hwinfo/hwinfo-17.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 506 by niro, Fri May 7 21:28:12 2010 UTC revision 509 by niro, Fri May 7 22:12:57 2010 UTC
# Line 17  DEPEND=">= sys-libs/libx86emu-1.1 Line 17  DEPEND=">= sys-libs/libx86emu-1.1
17  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
18  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20  sminclude mtools  MCORE_ONLY_KEEP="usr/sbin/hwinfo usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
21    sminclude mtools mcore-split
22    
23  SRC_URI=(  SRC_URI=(
24   http://ftp.de.debian.org/debian/pool/main/h/${PNAME}/${SRCFILE}   http://ftp.de.debian.org/debian/pool/main/h/${PNAME}/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
26   mirror://${PNAME}/${PNAME}-${PVER}-debian-all-1.patch   mirror://${PNAME}/${PNAME}-16.10-debian-all-1.patch
27   mirror://${PNAME}/${PNAME}-13.41-remove-sbin.patch   mirror://${PNAME}/${PNAME}-13.41-remove-sbin.patch
28   mirror://${PNAME}/${PNAME}-${PVER}-scsi-u8-fix.patch   mirror://${PNAME}/${PNAME}-${PVER}-scsi-u8-fix.patch
29  )  )
# Line 37  src_prepare() Line 38  src_prepare()
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
40   # apply debian patches   # apply debian patches
41   mpatch ${PNAME}-${PVER}-debian-all-1.patch || die   mpatch ${PNAME}-16.10-debian-all-1.patch || die
42    
43   # remove empty $(destdir)/sbin from makefile   # remove empty $(destdir)/sbin from makefile
44   mpatch ${PNAME}-13.41-remove-sbin.patch || die   mpatch ${PNAME}-13.41-remove-sbin.patch || die

Legend:
Removed from v.506  
changed lines
  Added in v.509