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

Andrea Scarpino andrea at archlinux.org
Wed May 12 16:41:48 UTC 2010


    Date: Wednesday, May 12, 2010 @ 12:41:47
  Author: andrea
Revision: 80128

upgpkg: libdvbpsi 0.1.7-1
upstream release

Modified:
  libdvbpsi/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-12 15:20:10 UTC (rev 80127)
+++ PKGBUILD	2010-05-12 16:41:47 UTC (rev 80128)
@@ -3,9 +3,9 @@
 # Contributor: Gilles CHAUVIN <gcnweb at gmail.com>
 
 pkgname=libdvbpsi
-pkgver=0.1.6
-pkgrel=3
-pkgdesc="MPEG TS and DVB PSI tables library (needed by vlc for streaming)"
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="A library designed for decoding and generation of MPEG TS and DVB PSI tables"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
@@ -13,14 +13,17 @@
 replaces=('libdvbpsi4' 'libdvbpsi5')
 conflicts=('libdvbpsi4' 'libdvbpsi5')
 url="http://developers.videolan.org/libdvbpsi/"
-source=(http://download.videolan.org/pub/libdvbpsi/0.1.6/libdvbpsi5-$pkgver.tar.bz2)
-md5sums=('bd2d9861be3311e1e03c91cd9345f542')
+source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('af419575719e356b908b0c6946499052')
 
-build()
-{
-  cd "${srcdir}/libdvbpsi5-${pkgver}"
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install || return 1
 }




More information about the arch-commits mailing list