milis/talimatname/genel/c/crypto++/talimat

32 lines
843 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: C++ icin ucretsiz kriptografik semalar kutuphanesi
# URL: http://www.cryptopp.com/
# Paketçi: milisarge
# Gerekler: unzip
# Grup: kütüphane
isim=crypto++
surum=5.6.2
_surum=562
devir=1
kaynak=(http://www.cryptopp.com/cryptopp${_surum}.zip
crypto++-CVE-2015-2141.patch
crypto++-libcrypto++.pc)
derle() {
patch -p1 -i $SRC/crypto++-CVE-2015-2141.patch
sed -i -e 's/^CXXFLAGS/#CXXFLAGS/' GNUmakefile
export CXXFLAGS="${CXXFLAGS} -DNDEBUG -fPIC"
make -f GNUmakefile
make libcryptopp.so
install -d $PKG/usr/{lib/pkgconfig,include/cryptopp}
install -m644 *.h $PKG/usr/include/cryptopp/
install -m644 libcryptopp.so $PKG/usr/lib/libcryptopp.so
install -m644 $SRC/crypto++-libcrypto++.pc $PKG/usr/lib/pkgconfig/libcrypto++.pc
install -D -m644 License.txt $PKG/usr/share/licenses/$isim/LICENSE
}