[arch-commits] Commit in devede/repos (2 files)

Jelle van der Waa jelle at archlinux.org
Sun Sep 20 15:06:17 UTC 2015


    Date: Sunday, September 20, 2015 @ 17:06:17
  Author: jelle
Revision: 141286

archrelease: copy trunk to community-staging-any

Added:
  devede/repos/community-staging-any/
  devede/repos/community-staging-any/PKGBUILD
    (from rev 141285, devede/trunk/PKGBUILD)

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

Copied: devede/repos/community-staging-any/PKGBUILD (from rev 141285, devede/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-09-20 15:06:17 UTC (rev 141286)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Javier 'Phrodo_00' Aravena <phrodo.00 at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=devede
+pkgver=4.2
+pkgrel=2
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html"
+license=('GPL3')
+depends=('mplayer' 'mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+	 'cdrkit' 'ttf-dejavu'
+	 'python-dbus' 'python-cairo' 'python-setuptools' 'python-gobject'
+	 'python-pip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+md5sums=('b0052b557d96652ee5b9ddc00f4cf310')
+
+package() {
+  cd ${srcdir}/${pkgname}ng-$pkgver
+  python setup.py install --root=${pkgdir}
+}



More information about the arch-commits mailing list