[arch-commits] Commit in dvdauthor/repos (3 files)
Eric Bélanger
eric at archlinux.org
Mon Sep 12 05:31:16 UTC 2011
Date: Monday, September 12, 2011 @ 01:31:16
Author: eric
Revision: 137861
db-move: moved dvdauthor from [staging] to [testing] (i686)
Added:
dvdauthor/repos/testing-i686/
dvdauthor/repos/testing-i686/PKGBUILD
(from rev 137860, dvdauthor/repos/staging-i686/PKGBUILD)
Deleted:
dvdauthor/repos/staging-i686/
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: dvdauthor/repos/testing-i686/PKGBUILD (from rev 137860, dvdauthor/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-09-12 05:31:16 UTC (rev 137861)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Travis Willard <travisw at wmpub.ca>
+# Contributor: Jaroslaw Swierczynski <swiergot at juvepoland.com>
+# Contributor: Nicolai Lissner <nlissne at linux01.gwdg.de>
+
+pkgname=dvdauthor
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="DVD authoring tools"
+arch=('i686' 'x86_64')
+url="http://dvdauthor.sourceforge.net/"
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('33a447fb98ab3293ac40f869eedc17ff')
+
+build() {
+ cd "${srcdir}/${pkgname}"
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list