milis/talimatname/genel/xmlsec/talimat

21 lines
511 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.

# Description: XML Güvenlik Kütüphanesi LibXML2 tabanlı bir C kütüphanesi
# URL: https://www.aleksey.com/xmlsec/index.html
# Packager: Cihan Alkan
# Depends on: libxslt nss
name=xmlsec
version=1.2.24
release=1
source=(https://www.aleksey.com/xmlsec/download/xmlsec1-$version.tar.gz)
build() {
cd xmlsec1-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
install -dm755 "$PKG"/usr/share/licenses/$name
install -m644 COPYING $PKG/usr/share/licenses/$name/
}