[arch-commits] Commit in dvdrip/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed May 25 19:02:10 UTC 2011


    Date: Wednesday, May 25, 2011 @ 15:02:09
  Author: foutrelis
Revision: 125147

upgpkg: dvdrip 0.98.11-7
Perl 5.14.0 rebuild.

Modified:
  dvdrip/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-25 19:01:48 UTC (rev 125146)
+++ PKGBUILD	2011-05-25 19:02:09 UTC (rev 125147)
@@ -4,7 +4,7 @@
 
 pkgname=dvdrip
 pkgver=0.98.11
-pkgrel=6
+pkgrel=7
 pkgdesc="A Gtk frontend for transcode writen in Perl"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -16,26 +16,25 @@
             'lsdvd: fast reading of DVD table')
 source=(http://www.exit1.org/dvdrip/dist/${pkgname}-${pkgver}.tar.gz \
         ${pkgname}.desktop)
-options=(!emptydirs)
+options=('!emptydirs' '!makeflags')
 md5sums=('6dfa4199d451757a37eea233a07da4c0'
          'e91cf411928fd0500d07a0022b4ef546')
 
 build() {
-  export MAKEFLAGS="-j1"
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}" 
+  make install DESTDIR="${pkgdir}"
 
   # remove perllocal.pod and .packlist
   find ${pkgdir} -name perllocal.pod -delete
   find ${pkgdir} -name .packlist -delete
 
-  install -Dm644 ${srcdir}/${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop" 
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" 
+  install -Dm644 ${srcdir}/${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list