20 lines
527 B
Plaintext
20 lines
527 B
Plaintext
|
# 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
|
|||
|
|
|||
|
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
|
|||
|
|
|||
|
}
|