2008-02-23 19:28:40 +11:00
|
|
|
# Description: HTTP library implementation in C.
|
|
|
|
# URL: http://live.gnome.org/LibSoup
|
2008-03-26 13:45:31 +11:00
|
|
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
2008-02-23 19:28:40 +11:00
|
|
|
# Packager: Matt Housh, jaeger at morpheus dot net
|
2014-02-10 08:57:28 +11:00
|
|
|
# Depends on: glib-networking libxml2 gobject-introspection
|
2008-02-23 19:28:40 +11:00
|
|
|
|
|
|
|
name=libsoup
|
2014-02-10 08:57:28 +11:00
|
|
|
version=2.44.2
|
2013-04-05 12:22:56 +11:00
|
|
|
release=1
|
2012-06-15 01:22:12 +10:00
|
|
|
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
|
2008-02-23 19:28:40 +11:00
|
|
|
|
|
|
|
build() {
|
2009-05-10 16:30:48 +10:00
|
|
|
cd $name-$version
|
2008-02-23 19:28:40 +11:00
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--enable-debug=no \
|
2013-03-24 23:32:29 +11:00
|
|
|
--disable-gtk-doc-html
|
2008-02-23 19:28:40 +11:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2012-11-02 19:40:46 +11:00
|
|
|
|
2013-03-24 23:32:29 +11:00
|
|
|
rm -r $PKG/usr/share/{locale,gtk-doc}
|
2008-02-23 19:28:40 +11:00
|
|
|
}
|