19 lines
460 B
Plaintext
19 lines
460 B
Plaintext
# Description: Libsoup, GNOME için bir HTTP istemci / sunucu kitaplığıdır.
|
||
# URL: https://wiki.gnome.org/Projects/libsoup
|
||
# Packager: milisarge
|
||
# 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
|
||
}
|