milis/talimatname/genel/x/xmlsec/talimat

21 lines
496 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: XML Güvenlik Kütüphanesi LibXML2 tabanlı bir C kütüphanesi
# URL: https://www.aleksey.com/xmlsec/index.html
# Paketçi: Cihan Alkan
# Gerekler: libxslt nss
isim=xmlsec
surum=1.2.24
devir=1
kaynak=(https://www.aleksey.com/xmlsec/download/xmlsec1-$surum.tar.gz)
derle() {
cd xmlsec1-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
install -dm755 "$PKG"/usr/share/licenses/$isim
install -m644 COPYING $PKG/usr/share/licenses/$isim/
}