summaryrefslogtreecommitdiffstats
path: root/libsoup/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/Pkgfile')
-rw-r--r--libsoup/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/libsoup/Pkgfile b/libsoup/Pkgfile
deleted file mode 100644
index 5cef54f..0000000
--- a/libsoup/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.0
-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
-
-}
-