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

22 lines
547 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
_name=mod_dnssd
name=mod-dnssd
version=0.6
release=1
source=(http://0pointer.de/lennart/projects/${_name}/${_name}-${version}.tar.gz
fix_undefined_reference.patch)
build() {
cd ${_name}-$version
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
}