[arch-commits] Commit in motion/repos/extra-i686 (PKGBUILD)

Paul Mattal paul at archlinux.org
Tue Jul 1 15:15:59 UTC 2008


    Date: Tuesday, July 1, 2008 @ 11:15:59
  Author: paul
Revision: 3835

updated to new version in extra

Modified:
  motion/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-01 15:14:22 UTC (rev 3834)
+++ PKGBUILD	2008-07-01 15:15:59 UTC (rev 3835)
@@ -2,23 +2,25 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=motion
-pkgver=3.2.8
-pkgrel=1
+pkgver=3.2.10.1
+pkgrel=2
 pkgdesc="Motion is a software motion detector. It grabs images from video4linux devices and/or from webcams."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
-depends=('curl' 'ffmpeg>=20070505' 'libogg' 'libvorbis' 'lame' 'xvidcore')
+depends=('curl' 'ffmpeg>=20071204' 'libogg' 'libvorbis' 'lame' 'xvidcore')
 source=(http://dl.sf.net/sourceforge/motion/$pkgname-$pkgver.tar.gz rc.motion)
-md5sums=('9d273df173675f1c523fd092e188dc24' 'fc09828564850824f8549d258053e0b6')
+md5sums=('5ffdc958313345c69d3e0d5ec5c013cd' 'fc09828564850824f8549d258053e0b6')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver || return 1
+
   ./configure --prefix=/usr --without-pgsql --without-mysql \
   	--with-libavcodec=/usr/lib/ --sysconfdir=/etc/$pkgname || return 1
+
   make || return 1
-  make prefix=$startdir/pkg/usr sysconfdir=$startdir/pkg/etc/$pkgname install \
-  	|| return 1
+
+  make DESTDIR=$startdir/pkg install || return 1
   install -D -m755 $startdir/src/rc.motion $startdir/pkg/etc/rc.d/motion \
   	|| return 1
 }





More information about the arch-commits mailing list