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

Andrea Scarpino andrea at archlinux.org
Fri Jan 16 00:32:09 UTC 2009


    Date: Thursday, January 15, 2009 @ 19:32:09
  Author: andrea
Revision: 24398

upgpkg: xvidcap 1.1.7-1

Modified:
  xvidcap/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-15 23:25:52 UTC (rev 24397)
+++ PKGBUILD	2009-01-16 00:32:09 UTC (rev 24398)
@@ -1,28 +1,28 @@
 # $Id$
-# Contributor: red_over_blue (1.1.2), Abaddon <kukububu at go2.pl> (1.1.3)
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: red_over_blue, Abaddon <kukububu at go2.pl>
+# Contributor: damir <damir at archlinux.org>
 
 pkgname=xvidcap
-pkgver=1.1.7rc1
-force=y
+pkgver=1.1.7
 pkgrel=1
-pkgdesc="It's a small tool to capture things going on on an X-Windows display to either individual frames or an MPEG video"
+pkgdesc="A small tool to capture things going on on an X-Windows display to either individual frames or an MPEG video"
 arch=("i686" "x86_64")
 license=('GPL')
 url="http://xvidcap.sourceforge.net/"
 depends=('dbus-glib' 'libxdamage' 'lame' 'gtk2>=2.8.15' 'libxmu' 'libglade') 
 #ffmpeg not needed yet, because internal one used
 makedepends=('perlxml' 'rarian')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('449ee23b6ea171f090b9de48ffefb364')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b39a682d3ef9fcbf424af771936780e2')
 
 build() {
-    cd $startdir/src/$pkgname-1.1.6 #$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-    ./configure --prefix=/usr \
-            --with-x \
-            --with-gtk2
-    make || return 1
-    make prefix=$startdir/pkg/usr install || return 1
+  ./configure --prefix=/usr \
+    --with-x \
+    --with-gtk2
+  make || return 1
+  make prefix=${pkgdir}/usr install || return 1
 }
 




More information about the arch-commits mailing list