milis/talimatname/genel/libsoup/talimat

19 lines
460 B
Plaintext
Raw Normal View History

2017-04-03 14:17:30 +02:00
# Description: Libsoup, GNOME için bir HTTP istemci / sunucu kitaplığıdır.
# URL: https://wiki.gnome.org/Projects/libsoup
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: glib-networking libxml2 gobject-introspection vala sqlite
name=libsoup
version=2.52.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}