milis/talimatname/genel/neon/talimat

23 lines
415 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: Genel HTTP ve WebDAV için sarmalayıcı
# URL: http://www.webdav.org/neon/
# Packager: milisarge
# Depends on: kerberos libxml2
name=neon
version=0.30.1
release=1
source=( http://www.webdav.org/neon/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-ssl \
--enable-shared \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}