contrib/libsoup/Pkgfile

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