glib-networking: contrib -> opt

This commit is contained in:
Danny Rawlins 2018-04-02 15:52:53 +10:00
parent 872cf7dd47
commit 9a8233a4c1
4 changed files with 0 additions and 36 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gio/
drwxr-xr-x root/root usr/lib/gio/modules/
-rw-r--r-- root/root usr/lib/gio/modules/libgiognutls.a
-rwxr-xr-x root/root usr/lib/gio/modules/libgiognutls.la
-rwxr-xr-x root/root usr/lib/gio/modules/libgiognutls.so

View File

@ -1 +0,0 @@
4d06d0224646f274918b1cb6da9a07f6 glib-networking-2.50.0.tar.xz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+7fTbIawEA9CcIhAy3HXkVe5YAD9UNRMv3FcI2J0hHE3OZZsAjLQd+vdK1xnMDmvVeDItCq8F5mLUnWVAMzTgk=
SHA256 (Pkgfile) = 30c9ccfc5aa87dc2d43d071f59f6a1f3d5b115aff656d99b305f827a4fdd88aa
SHA256 (.footprint) = 3f1f2d71f3cee87da515ddd283f96bc0c181f8e8a40475502ebf2ce86e9ad34b
SHA256 (glib-networking-2.50.0.tar.xz) = 3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee

View File

@ -1,23 +0,0 @@
# Description: Network-related giomodules for glib.
# URL: http://git.gnome.org/browse/glib-networking/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: gnutls intltool libgcrypt glib
name=glib-networking
version=2.50.0
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--with-gnutls \
--with-ca-certificates=/etc/ssl/cert.pem \
--disable-nls
make
make DESTDIR=$PKG install
}