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

Pierre Schmitz pierre at archlinux.org
Fri Feb 24 10:01:33 UTC 2012


    Date: Friday, February 24, 2012 @ 05:01:33
  Author: pierre
Revision: 150951

upgpkg: xorg-xvidtune 1.0.2-2

rebuild old package

Modified:
  xorg-xvidtune/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 09:59:45 UTC (rev 150950)
+++ PKGBUILD	2012-02-24 10:01:33 UTC (rev 150951)
@@ -3,20 +3,24 @@
 
 pkgname=xorg-xvidtune
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Video mode tuner for Xorg"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
 depends=('libxxf86vm' 'libxt' 'libxaw' 'libxmu' 'libx11')
 makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xvidtune-${pkgver}.tar.bz2)
+source=("http://xorg.freedesktop.org/archive/individual/app/xvidtune-${pkgver}.tar.bz2")
 sha1sums=('2f3f821943018c07efd4547afa4313ac92718b1e')
 
 build() {
   cd "${srcdir}/xvidtune-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xvidtune-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"




More information about the arch-commits mailing list