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

Eric Bélanger eric at archlinux.org
Wed Apr 29 22:51:55 UTC 2009


    Date: Wednesday, April 29, 2009 @ 18:51:54
  Author: eric
Revision: 37012

upgpkg: emovix 0.9.0-4
    License rebuild

Modified:
  emovix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-29 22:46:32 UTC (rev 37011)
+++ PKGBUILD	2009-04-29 22:51:54 UTC (rev 37012)
@@ -3,21 +3,21 @@
 
 pkgname=emovix
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Create Movix-CD's (also emovix plugin for k3b)"
 arch=(i686 x86_64)
-source=(http://heanet.dl.sourceforge.net/sourceforge/movix/$pkgname-$pkgver.tar.gz)
 url="http://movix.sourceforge.net/"
 license=('GPL2')
 depends=('perl' 'cdrtools')
-options=(!makeflags)
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/movix/$pkgname-$pkgver.tar.gz)
+md5sums=('a96492f338824b24c5a9e714c57eddcf')
 
-build()        {
-        cd $startdir/src/$pkgname-$pkgver
-        ./configure --prefix=/usr
-        make || return 1
-        make DESTDIR=$startdir/pkg install
-        find $startdir/pkg/usr/share/emovix -type d -exec chmod 755 {} \;
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
+  find $pkgdir/usr/share/emovix -type d -exec chmod 755 {} \; || return 1
 }
 
-md5sums=('a96492f338824b24c5a9e714c57eddcf')




More information about the arch-commits mailing list