milis/talimatname/genel/libxml2/talimat

19 lines
395 B
Plaintext
Raw Normal View History

2017-04-04 09:16:31 +02:00
# Description: XML dosyalarını ayrıştırmak için kullanılan kitaplıklar ve yardımcı programlar.
2016-02-24 01:27:23 +01:00
# URL: http://xmlsoft.org/
2017-04-04 09:16:31 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: python
name=libxml2
version=2.9.3
release=1
source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static --with-history
make
make DESTDIR=$PKG install
}