[arch-commits] Commit in lib32-json-glib/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Nov 2 13:18:42 UTC 2016
Date: Wednesday, November 2, 2016 @ 13:18:42
Author: alucryd
Revision: 194434
archrelease: copy trunk to multilib-x86_64
Added:
lib32-json-glib/repos/multilib-x86_64/PKGBUILD
(from rev 194433, lib32-json-glib/trunk/PKGBUILD)
Deleted:
lib32-json-glib/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-02 13:18:34 UTC (rev 194433)
+++ PKGBUILD 2016-11-02 13:18:42 UTC (rev 194434)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=lib32-json-glib
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='JSON library built on GLib'
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/JsonGlib'
-license=('GPL')
-depends=('json-glib' 'lib32-glib2')
-makedepends=('gobject-introspection' 'python2')
-source=("http://ftp.gnome.org/pub/GNOME/sources/json-glib/${pkgver%.*}/json-glib-${pkgver}.tar.xz")
-sha256sums=('ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621')
-
-build(){
- cd json-glib-${pkgver}
-
- export CC='gcc -m32'
- export CXX='g++ -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
- ./configure \
- --prefix='/usr' \
- --libdir='/usr/lib32'
- make
-}
-
-package(){
- cd json-glib-${pkgver}
-
- make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-json-glib/repos/multilib-x86_64/PKGBUILD (from rev 194433, lib32-json-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-11-02 13:18:42 UTC (rev 194434)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=lib32-json-glib
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='JSON library built on GLib'
+arch=('x86_64')
+url='https://wiki.gnome.org/Projects/JsonGlib'
+license=('GPL')
+depends=('json-glib' 'lib32-glib2')
+makedepends=('gobject-introspection' 'python2')
+source=("https://ftp.gnome.org/pub/GNOME/sources/json-glib/${pkgver%.*}/json-glib-${pkgver}.tar.xz")
+sha256sums=('ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621')
+
+build(){
+ cd json-glib-${pkgver}
+
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+ ./configure \
+ --prefix='/usr' \
+ --libdir='/usr/lib32'
+ make
+}
+
+package(){
+ cd json-glib-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list