milis/talimatname/genel/l/libdmapsharing/talimat

21 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: 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
# Grup: kütüphane
isim=libdmapsharing
surum=2.9.39
devir=1
kaynak=(https://git.gnome.org/browse/$isim/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
}