Magellan Linux

Diff of /branches/magellan-next/extras/pcsc-lite/pcsc-lite-1.7.4-r1.smage2

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

revision 8740 by niro, Thu Jul 28 11:22:55 2011 UTC revision 8743 by niro, Thu Jul 28 11:29:38 2011 UTC
# Line 9  PCATEGORIE="sys-apps" Line 9  PCATEGORIE="sys-apps"
9  DESCRIPTION="Middleware to access a smart card using SCard API (PC/SC)."  DESCRIPTION="Middleware to access a smart card using SCard API (PC/SC)."
10  HOMEPAGE="http://pcsclite.alioth.debian.org/"  HOMEPAGE="http://pcsclite.alioth.debian.org/"
11    
12  DEPEND=">= dev-libs/libusb-1"  DEPEND=">= sys-fs/udev-171"
13  SDEPEND=">= dev-util/pkgconfig-0.25"  SDEPEND=">= dev-util/pkgconfig-0.25"
14    
15  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
# Line 35  UP2DATE="updatecmd 'https://alioth.debia Line 35  UP2DATE="updatecmd 'https://alioth.debia
35  src_prepare()  src_prepare()
36  {  {
37   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
38   cd ${SRCFILE}   cd ${SRCDIR}
39    
40   # add systemd support   # add systemd support
41   mpatch ${PNAME}-${PVER}-systemd-socket-activation.patch || die   mpatch ${PNAME}-${PVER}-systemd-socket-activation.patch || die
# Line 55  src_compile() Line 55  src_compile()
55   mconfigure \   mconfigure \
56   --docdir=/usr/share/doc/${PNAME}-${PVER} \   --docdir=/usr/share/doc/${PNAME}-${PVER} \
57   --enable-usbdropdir=/usr/$(mlibdir)/readers/usb \   --enable-usbdropdir=/usr/$(mlibdir)/readers/usb \
58   --enable-libusb \   --enable-libudev \
59   --disable-libhal \   --disable-libusb \
60   ${myconf} \   ${myconf} \
61   || die   || die
62    

Legend:
Removed from v.8740  
changed lines
  Added in v.8743