Date: Wednesday, November 30, 2011 @ 14:04:12 Author: andrea Revision: 143890
upgpkg: libvdpau 0.4.1-2 Rebuilt to remove the force option and to sign the package Modified: libvdpau/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-11-30 17:59:28 UTC (rev 143889) +++ PKGBUILD 2011-11-30 19:04:12 UTC (rev 143890) @@ -3,13 +3,13 @@ pkgname=libvdpau pkgver=0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Nvidia VDPAU library" arch=(i686 x86_64) -url=http://cgit.freedesktop.org/~aplattner/libvdpau +url='http://cgit.freedesktop.org/~aplattner/libvdpau' depends=('gcc-libs') conflicts=('nvidia-utils<190.42-2') -options=('!libtool' 'force') +options=('!libtool') license=('custom') source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz) makedepends=('libx11') @@ -19,6 +19,10 @@ cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}" Property changes on: libvdpau/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
