milis/talimatname/genel/g/gssdp/talimat

18 lines
459 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: SSDP üzerinden kaynak keşif ve duyurunun taşınması için bir GObject tabanlı API
2016-02-24 01:27:23 +01:00
# URL: http://gupnp.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libsoup
2016-02-24 01:27:23 +01:00
name=gssdp
version=0.14.11
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/${name}/${version:0:4}/${name}-${version}.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static
make
make DESTDIR=$PKG install
}