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

Paul Mattal paul at archlinux.org
Thu Jun 26 01:59:36 UTC 2008


    Date: Wednesday, June 25, 2008 @ 21:59:35
  Author: paul
Revision: 3613

upgpkg: motion 3.2.10.1-1
    update to 3.2.10.1

Modified:
  motion/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-26 00:47:53 UTC (rev 3612)
+++ PKGBUILD	2008-06-26 01:59:35 UTC (rev 3613)
@@ -2,23 +2,25 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=motion
-pkgver=3.2.9
+pkgver=3.2.10.1
 pkgrel=1
 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>=20071204' 'libogg' 'libvorbis' 'lame' 'xvidcore')
+depends=('curl' 'ffmpeg>=20080625' 'libogg' 'libvorbis' 'lame' 'xvidcore')
 source=(http://dl.sf.net/sourceforge/motion/$pkgname-$pkgver.tar.gz rc.motion)
-md5sums=('6003011b126c9b17e23e085e7fba6536' '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