milis/talimatname/genel/p/phodav/talimat

23 lines
550 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: libsoup kullanılarak yapılmış webdav sunucusu
# URL: http://wiki.gnome.org/phodav
# Paketçi: milisarge
# Gerekler: asciidoc intltool xmlto libsoup
# Grup: sistem
isim=phodav
surum=2.2
devir=1
kaynak=(http://download.gnome.org/sources/phodav/$surum/phodav-$surum.tar.xz)
derle() {
cd "$isim-$surum"
./configure --prefix=/usr \
--sbindir=/usr/bin
make
make DESTDIR="$PKG/" install
install -D -m644 README "$PKG/usr/share/doc/$isim/README"
rm -rf $PKG/usr/lib/systemd
rm -rf $PKG/usr/share/gtk-doc
rm -rf $PKG/usr/share/doc
}