1
0
forked from ports/contrib
contrib/libsoup/Pkgfile

25 lines
579 B
Plaintext
Raw Normal View History

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
# Depends on: glib-networking libxml2 gobject-introspection
2008-02-23 19:28:40 +11:00
name=libsoup
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 \
--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
rm -r $PKG/usr/share/{locale,gtk-doc}
2008-02-23 19:28:40 +11:00
}