[arch-commits] Commit in dvdauthor/repos (community-x86_64 community-x86_64/PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Jan 4 12:39:09 UTC 2018


    Date: Thursday, January 4, 2018 @ 12:39:08
  Author: bpiotrowski
Revision: 278638

archrelease: copy trunk to community-x86_64

Added:
  dvdauthor/repos/community-x86_64/
  dvdauthor/repos/community-x86_64/PKGBUILD
    (from rev 278637, dvdauthor/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: dvdauthor/repos/community-x86_64/PKGBUILD (from rev 278637, dvdauthor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-01-04 12:39:08 UTC (rev 278638)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: 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.2
+pkgrel=2
+pkgdesc="DVD authoring tools"
+arch=('x86_64')
+url="http://dvdauthor.sourceforge.net/"
+license=('GPL')
+depends=('libdvdread' 'libmagick6' 'libxml2' 'libpng' 'fribidi')
+makedepends=('imagemagick') # for the *-config wrappers
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7')
+
+build() {
+  cd ${pkgname}
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list