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

Pierre Schmitz pierre at archlinux.org
Sun Feb 26 10:56:01 UTC 2012


    Date: Sunday, February 26, 2012 @ 05:56:00
  Author: pierre
Revision: 151439

upgpkg: libxv 1.0.6-2

rebuild old package

Modified:
  libxv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 10:55:16 UTC (rev 151438)
+++ PKGBUILD	2012-02-26 10:56:00 UTC (rev 151439)
@@ -3,21 +3,25 @@
 
 pkgname=libxv
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Video extension library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org/"
 depends=('libxext' 'videoproto')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
+source=("${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2")
 sha1sums=('9ebb6d7936a7b247b9b0f6dc81def39a18e4214c')
 
 build() {
   cd "${srcdir}/libXv-${pkgver}"
   ./configure --prefix=/usr --disable-static 
   make
+}
+
+package() {
+  cd "${srcdir}/libXv-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"




More information about the arch-commits mailing list