[arch-commits] Commit in (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Jan 4 12:39:05 UTC 2018
Date: Thursday, January 4, 2018 @ 12:39:04
Author: bpiotrowski
Revision: 278637
extra2community: Moving dvdauthor from extra to community
Added:
dvdauthor/
dvdauthor/repos/
dvdauthor/trunk/
dvdauthor/trunk/PKGBUILD
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Added: dvdauthor/trunk/PKGBUILD
===================================================================
--- dvdauthor/trunk/PKGBUILD (rev 0)
+++ dvdauthor/trunk/PKGBUILD 2018-01-04 12:39:04 UTC (rev 278637)
@@ -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
+}
Property changes on: dvdauthor/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list