Date: Monday, February 6, 2012 @ 13:55:11 Author: ibiru Revision: 149309
rebuild to sign Modified: vdpau-video/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-06 18:45:09 UTC (rev 149308) +++ PKGBUILD 2012-02-06 18:55:11 UTC (rev 149309) @@ -2,24 +2,29 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=vdpau-video pkgver=0.7.3 -pkgrel=2 +pkgrel=3 pkgdesc="VDPAU backend for VA API" arch=('i686' 'x86_64') -url="http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/" +url="http://cgit.freedesktop.org/vaapi/vdpau-driver/" license=('GPL') depends=('libva' 'libvdpau') makedepends=('mesa') options=('!libtool') -source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${pkgver}.tar.gz) +source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz) md5sums=('18870e007ecdc50a528861fa55556364') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make - make DESTDIR="${pkgdir}" install } +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} + # vim:set ts=2 sw=2 et:
