summaryrefslogtreecommitdiff
path: root/libsoup/Pkgfile
blob: 025c9b975f7251cdbe9daecc84dbf8263681d4cf (plain)
    1 # Description: HTTP library implementation in C.
    2 # URL: http://live.gnome.org/LibSoup
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Matt Housh, jaeger at morpheus dot net
    5 # Depends on: glib-networking libxml2 gobject-introspection
    6 
    7 name=libsoup
    8 version=2.44.2
    9 release=1
   10 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
   11 
   12 build() {
   13 	cd $name-$version
   14 
   15 	./configure \
   16 		--prefix=/usr \
   17 		--enable-debug=no \
   18 		--disable-gtk-doc-html
   19 
   20 	make
   21 	make DESTDIR=$PKG install
   22 
   23 	rm -r $PKG/usr/share/{locale,gtk-doc}
   24 }

Generated by cgit