diff options
author | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:30:53 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 12:30:53 +0200 |
commit | f1b4072c8c93b2f8eab17195db22a79ed1b8934f (patch) | |
tree | ad2c80a36bed601d50199ed923cb7c11180218ac /libsoup/Pkgfile | |
parent | ba8640e78dbf2f855703e307703532a147a4d05b (diff) | |
download | nutyx-pakxe-f1b4072c8c93b2f8eab17195db22a79ed1b8934f.tar.gz nutyx-pakxe-f1b4072c8c93b2f8eab17195db22a79ed1b8934f.tar.bz2 nutyx-pakxe-f1b4072c8c93b2f8eab17195db22a79ed1b8934f.tar.xz nutyx-pakxe-f1b4072c8c93b2f8eab17195db22a79ed1b8934f.zip |
libsoup, ajout
Diffstat (limited to 'libsoup/Pkgfile')
-rw-r--r-- | libsoup/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libsoup/Pkgfile b/libsoup/Pkgfile new file mode 100644 index 000000000..7128d3d65 --- /dev/null +++ b/libsoup/Pkgfile @@ -0,0 +1,22 @@ +# 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.36.1 +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 + +} + |