2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: DMAP protokol ailesini uygulayan bir kütüphane
|
2017-07-30 12:30:55 +02:00
|
|
|
|
# URL: http://www.flyn.org/projects/libdmapsharing/index.html
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: gtk-doc gobject-introspection libsoup avahi gstreamer1-plugins-base gdk-pixbuf
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=libdmapsharing
|
|
|
|
|
surum=2.9.39
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://git.gnome.org/browse/$isim/snapshot/LIBDMAPSHARING_2_9_39.tar.xz)
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-07-30 12:30:55 +02:00
|
|
|
|
cd LIBDMAPSHARING_2_9_39
|
|
|
|
|
./autogen.sh
|
|
|
|
|
./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR="$PKG" install
|
|
|
|
|
|
|
|
|
|
}
|