[arch-commits] Commit in grilo/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:31:32 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:31:32
Author: ibiru
Revision: 138957
db-move: moved grilo from [gnome-unstable] to [testing] (x86_64)
Added:
grilo/repos/testing-x86_64/
grilo/repos/testing-x86_64/PKGBUILD
(from rev 138832, grilo/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
grilo/repos/gnome-unstable-x86_64/
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: grilo/repos/testing-x86_64/PKGBUILD (from rev 138832, grilo/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:31:32 UTC (rev 138957)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=grilo
+pkgver=0.1.17
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia content"
+url="http://www.gnome.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list