mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/crypto++ to 5.6.2-2
This commit is contained in:
parent
0d08749ff4
commit
2b36b88f35
1 changed files with 1 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
|||
pkgname=crypto++
|
||||
pkgver=5.6.2
|
||||
_srcver=562
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A free C++ class library of cryptographic schemes"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.cryptopp.com/"
|
||||
|
@ -27,8 +27,6 @@ md5sums=('7ed022585698df48e65ce9218f6c6a67'
|
|||
'7ba22254fea73c1a9bd308ff6e034856')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
||||
# ALARM
|
||||
patch -p1 -i fix_build_system.patch
|
||||
|
||||
|
@ -38,11 +36,8 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}
|
||||
|
||||
install -d ${pkgdir}/usr/{lib/pkgconfig,include/cryptopp}
|
||||
install -m644 *.h ${pkgdir}/usr/include/cryptopp/
|
||||
install -m644 .libs/libcryptopp.a "${pkgdir}/usr/lib/libcryptopp.a"
|
||||
install -m644 .libs/libcryptopp.so "${pkgdir}/usr/lib/libcryptopp.so"
|
||||
install -m644 ${srcdir}/libcrypto++.pc "${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
|
||||
install -D -m644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
|
|
Loading…
Reference in a new issue