summaryrefslogtreecommitdiffstats
path: root/extra/glib-networking/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-10-01 16:37:19 +0200
committerpiernov <piernov@piernov.org>2011-10-01 16:37:19 +0200
commitbd5d7213aaa40ba017ed382daf0fac372b775055 (patch)
treecbe74edc7f10cebb63685ed8c2ac827228a9376f /extra/glib-networking/Pkgfile
parent67e5ca914fbadcb3d28e2b89ecbfded6b5cfaa88 (diff)
downloadnutyx-extra-bd5d7213aaa40ba017ed382daf0fac372b775055.tar.gz
nutyx-extra-bd5d7213aaa40ba017ed382daf0fac372b775055.tar.bz2
nutyx-extra-bd5d7213aaa40ba017ed382daf0fac372b775055.tar.xz
nutyx-extra-bd5d7213aaa40ba017ed382daf0fac372b775055.zip
glib-networking 2.30.0-1 ajout port
Diffstat (limited to 'extra/glib-networking/Pkgfile')
-rwxr-xr-xextra/glib-networking/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/glib-networking/Pkgfile b/extra/glib-networking/Pkgfile
new file mode 100755
index 000000000..60a687704
--- /dev/null
+++ b/extra/glib-networking/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Modules GIO de réseau pour GLib
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: glib, libgcrypt, libproxy, gnutls, ca-certificates, gsettings-desktop-schemas
+# Run on: glib,libgcrypt,libproxy,gnutls,ca-certificates,gsettings-desktop-schemas
+
+name=glib-networking
+version=2.30.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
+}