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

Giovanni Scafora giovanni at archlinux.org
Wed Feb 10 15:55:49 UTC 2010


    Date: Wednesday, February 10, 2010 @ 10:55:48
  Author: giovanni
Revision: 68053

Modified:
  libdvbpsi/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-10 15:46:37 UTC (rev 68052)
+++ PKGBUILD	2010-02-10 15:55:48 UTC (rev 68053)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc="MPEG TS and DVB PSI tables library (needed by vlc for streaming)"
 arch=('i686' 'x86_64')
-license=('GPL2')
+license=('GPL')
 depends=('glibc')
 options=('!libtool')
 replaces=('libdvbpsi4' 'libdvbpsi5')
@@ -18,8 +18,9 @@
 
 build()
 {
-  cd $startdir/src/libdvbpsi5-$pkgver
+  cd "${srcdir}/libdvbpsi5-${pkgver}"
+
   ./configure --prefix=/usr
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix="${pkgdir}/usr" install || return 1
 }




More information about the arch-commits mailing list