contrib/libsoup/Pkgfile
2011-06-20 01:30:47 +10:00

27 lines
603 B
Plaintext

# Description: HTTP library implementation in C.
# URL: http://live.gnome.org/LibSoup
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: glib libxml2 glib-networking
name=libsoup
version=2.34.2
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
# remove gtk-doc
sed -i -e "/^SUBDIRS = /s/docs//" Makefile.in
./configure \
--prefix=/usr \
--enable-debug=no \
--disable-static \
--without-gnome
make
make DESTDIR=$PKG install
}