[arch-commits] Commit in appstream-glib/repos (4 files)
Jan de Groot
jgc at nymeria.archlinux.org
Wed Jun 11 09:25:15 UTC 2014
Date: Wednesday, June 11, 2014 @ 11:25:15
Author: jgc
Revision: 214975
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
appstream-glib/repos/extra-i686/
appstream-glib/repos/extra-i686/PKGBUILD
(from rev 214974, appstream-glib/trunk/PKGBUILD)
appstream-glib/repos/extra-x86_64/
appstream-glib/repos/extra-x86_64/PKGBUILD
(from rev 214974, appstream-glib/trunk/PKGBUILD)
-----------------------+
extra-i686/PKGBUILD | 25 +++++++++++++++++++++++++
extra-x86_64/PKGBUILD | 25 +++++++++++++++++++++++++
2 files changed, 50 insertions(+)
Copied: appstream-glib/repos/extra-i686/PKGBUILD (from rev 214974, appstream-glib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-11 09:25:15 UTC (rev 214975)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="Provides GObjects and helper methods to make it easy to read and write AppStream metadata."
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/"
+license=('GPL')
+depends=('glib2' 'libsoup' 'gdk-pixbuf2' 'libarchive')
+makedepends=('intltool')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('aecdcd0bedaf7e41fc13335288312aae')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 214974, appstream-glib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-06-11 09:25:15 UTC (rev 214975)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.1.6
+pkgrel=1
+pkgdesc="Provides GObjects and helper methods to make it easy to read and write AppStream metadata."
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/"
+license=('GPL')
+depends=('glib2' 'libsoup' 'gdk-pixbuf2' 'libarchive')
+makedepends=('intltool')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('aecdcd0bedaf7e41fc13335288312aae')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list