milis/talimatname/genel/l/libdmapsharing/talimat

20 lines
531 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: DMAP protokol ailesini uygulayan bir kütüphane
# URL: http://www.flyn.org/projects/libdmapsharing/index.html
# Paketçi: yasarciv67@gmail.com
# Gerekler: gtk-doc gobject-introspection libsoup avahi gstreamer1-plugins-base gdk-pixbuf
name=libdmapsharing
version=2.9.39
release=1
source=(https://git.gnome.org/browse/$name/snapshot/LIBDMAPSHARING_2_9_39.tar.xz)
derle() {
cd LIBDMAPSHARING_2_9_39
./autogen.sh
./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
make
make DESTDIR="$PKG" install
}