milis/talimatname/genel/m/mod-dnssd/talimat

22 lines
539 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: Apache için Zeroconf modülü
# URL: http://0pointer.de/lennart/projects/mod_dnssd
# Paketçi: milisarge
# Gerekler: avahi apache
_isim=mod_dnssd
isim=mod-dnssd
surum=0.6
devir=1
kaynak=(http://0pointer.de/lennart/projects/${_name}/${_name}-${surum}.tar.gz
fix_undefined_reference.patch)
derle() {
cd ${_name}-$surum
patch -p1 < ${SRC}/fix_undefined_reference.patch
./configure --prefix=/usr --disable-lynx
make
install -D -m755 src/.libs/mod_dnssd.so ${PKG}/usr/lib/httpd/modules/mod_dnssd.so
}