contrib/libsoup/Pkgfile
2014-12-21 11:16:13 +11:00

25 lines
565 B
Plaintext

# Description: HTTP library implementation in C.
# URL: http://live.gnome.org/LibSoup
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: glib-networking libxml2 gobject-introspection
name=libsoup
version=2.48.1
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--enable-debug=no \
--disable-gtk-doc-html
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{locale,gtk-doc}
}