milis/talimatname/genel/x/xmlsec/talimat

22 lines
529 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üphanesidir
# URL: https://www.aleksey.com/xmlsec/index.html
# Paketçi: Cihan Alkan
# Gerekler: libxslt nss
# Grup: kütüphane güvenlik
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/
}