Magellan Linux

Diff of /branches/R11-unstable/extras/crypto++/crypto++-5.6.2-r1.smage2

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

revision 20578 by niro, Tue Jan 28 10:44:49 2014 UTC revision 20580 by niro, Tue Jan 28 11:44:53 2014 UTC
# Line 45  src_compile() Line 45  src_compile()
45    
46   mmake -f GNUmakefile || die   mmake -f GNUmakefile || die
47   # build so-lib   # build so-lib
48   mmake libcrypopp.so || die   mmake libcryptopp.so || die
49  }  }
50    
51  src_install()  src_install()
# Line 56  src_install() Line 56  src_install()
56   minstallfile \*.h /usr/include/cryptopp || die   minstallfile \*.h /usr/include/cryptopp || die
57   minstalldir /usr/$(mlibdir)/pkgconfig || die   minstalldir /usr/$(mlibdir)/pkgconfig || die
58   minstallexec libcryptopp.so /usr/$(mlibdir) || die   minstallexec libcryptopp.so /usr/$(mlibdir) || die
59   minstallfile libcrypto++.pc /usr/$(mlibdir)/pkgconfig || die  
60     MCONFIG="/usr/$(mlibdir)/pkgconfig/libcrypto++.pc"
61     mclearconfig
62     maddconfig 'prefix=/usr'
63     maddconfig "libdir=\${prefix}/$(mlibdir)"
64     maddconfig 'includedir=${prefix}/include'
65     maddconfig
66     maddconfig "Name: libcrypto++-${PVER}"
67     maddconfig 'Description: Class library of cryptographic schemes'
68     maddconfig "Version: ${PVER}"
69     maddconfig 'Libs: -L${libdir} -lcryptopp'
70     maddconfig 'Cflags: -I${includedir}'
71    
72   minstalldocs License.txt Readme.txt || die   minstalldocs License.txt Readme.txt || die
73  }  }

Legend:
Removed from v.20578  
changed lines
  Added in v.20580