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
|
|
|
|
|
|
|
|
|
name=libdmapsharing
|
|
|
|
|
version=2.9.39
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://git.gnome.org/browse/$name/snapshot/LIBDMAPSHARING_2_9_39.tar.xz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd LIBDMAPSHARING_2_9_39
|
|
|
|
|
./autogen.sh
|
|
|
|
|
./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR="$PKG" install
|
|
|
|
|
|
|
|
|
|
}
|