diff options
author | root <root@rshg054.dnsready.net> | 2011-11-29 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-29 23:14:46 +0000 |
commit | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (patch) | |
tree | 13387ae15c5ab9a50acdaa6ab02a076319c19047 /extra/dvdauthor | |
parent | 83c3c42a38bda36bdc56d594318958bc4cfd9b32 (diff) |
Tue Nov 29 23:14:46 UTC 2011
Diffstat (limited to 'extra/dvdauthor')
-rw-r--r-- | extra/dvdauthor/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/dvdauthor/PKGBUILD b/extra/dvdauthor/PKGBUILD index 0138bdec1..edb8134bb 100644 --- a/extra/dvdauthor/PKGBUILD +++ b/extra/dvdauthor/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 137985 2011-09-13 21:30:02Z eric $ +# $Id: PKGBUILD 143729 2011-11-28 17:32:58Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Travis Willard <travisw@wmpub.ca> # Contributor: Jaroslaw Swierczynski <swiergot@juvepoland.com> @@ -6,18 +6,19 @@ pkgname=dvdauthor pkgver=0.7.0 -pkgrel=2 +pkgrel=3 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) +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('33a447fb98ab3293ac40f869eedc17ff') build() { cd "${srcdir}/${pkgname}" + ./configure --prefix=/usr \ --sysconfdir=/etc make @@ -25,5 +26,6 @@ build() { package() { cd "${srcdir}/${pkgname}" + make DESTDIR="${pkgdir}" install } |