summaryrefslogtreecommitdiffstats
path: root/libsoup/Pkgfile
blob: c4e7c9f161d91c03795a0a8c81f605183cf8a588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie http implementee en C
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libxml2, gnutls, libtasn1, libgnome-keyring, libproxy, gconf, glib-networking
# Run on: libxml2,gnutls,libproxy,libtasn1,libgnome-keyring,glib-networking

name=libsoup
version=2.37.92
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr
		
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc

}