[arch-commits] Commit in totem-plparser/repos (4 files)
Jan de Groot
jgc at nymeria.archlinux.org
Tue Mar 26 10:30:32 UTC 2013
Date: Tuesday, March 26, 2013 @ 11:30:32
Author: jgc
Revision: 180782
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
totem-plparser/repos/gnome-unstable-i686/
totem-plparser/repos/gnome-unstable-i686/PKGBUILD
(from rev 180781, totem-plparser/trunk/PKGBUILD)
totem-plparser/repos/gnome-unstable-x86_64/
totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180781, totem-plparser/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: totem-plparser/repos/gnome-unstable-i686/PKGBUILD (from rev 180781, totem-plparser/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2013-03-26 10:30:32 UTC (rev 180782)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=totem-plparser
+pkgver=3.4.4
+pkgrel=1
+url="http://www.gnome.org"
+pkgdesc="Totem playlist parser library"
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive' 'libquvi')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('b821e812da3f3e42d2f831296b4031c60a615d29857781971578ce2c0c807457')
+
+build() {
+ cd totem-pl-parser-$pkgver
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package(){
+ cd totem-pl-parser-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180781, totem-plparser/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2013-03-26 10:30:32 UTC (rev 180782)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=totem-plparser
+pkgver=3.4.4
+pkgrel=1
+url="http://www.gnome.org"
+pkgdesc="Totem playlist parser library"
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive' 'libquvi')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('b821e812da3f3e42d2f831296b4031c60a615d29857781971578ce2c0c807457')
+
+build() {
+ cd totem-pl-parser-$pkgver
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package(){
+ cd totem-pl-parser-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list