contrib/libsoup/Pkgfile

25 lines
579 B
Plaintext
Raw Normal View History

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