contrib/libsoup/Pkgfile

27 lines
580 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 gnutls libxml2
2008-02-23 09:28:40 +01:00
name=libsoup
2008-04-08 05:42:33 +02:00
version=2.4.1
2008-02-23 09:28:40 +01:00
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/libsoup/${version%.*}/libsoup-$version.tar.bz2)
build() {
cd libsoup-$version
# remove gtk-doc
sed -i -e "/^SUBDIRS = /s/docs//" Makefile.in
./configure \
--prefix=/usr \
--enable-debug=no \
--disable-static
make
make DESTDIR=$PKG install
}