From ae08410274473c5ab78d300ea2365c4b1070cc61 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 21 Sep 2011 15:49:37 +0000 Subject: Wed Sep 21 15:49:35 UTC 2011 --- testing/dvdauthor/PKGBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 testing/dvdauthor/PKGBUILD (limited to 'testing/dvdauthor') diff --git a/testing/dvdauthor/PKGBUILD b/testing/dvdauthor/PKGBUILD deleted file mode 100644 index 92c590709..000000000 --- a/testing/dvdauthor/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 137862 2011-09-12 05:31:16Z eric $ -# Maintainer: Giovanni Scafora -# Contributor: Travis Willard -# Contributor: Jaroslaw Swierczynski -# Contributor: Nicolai Lissner - -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 -} -- cgit v1.2.3-54-g00ecf