[arch-commits] Commit in emovix/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sat Sep 10 12:52:02 UTC 2011
Date: Saturday, September 10, 2011 @ 08:52:02
Author: pierre
Revision: 137701
upgpkg: emovix 0.9.0-5
update old package; cleanup and switch to any architecture
Modified:
emovix/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-10 12:48:41 UTC (rev 137700)
+++ PKGBUILD 2011-09-10 12:52:02 UTC (rev 137701)
@@ -3,21 +3,24 @@
pkgname=emovix
pkgver=0.9.0
-pkgrel=4
+pkgrel=5
pkgdesc="Create Movix-CD's (also emovix plugin for k3b)"
-arch=(i686 x86_64)
+arch=('any')
url="http://movix.sourceforge.net/"
license=('GPL2')
-depends=('perl' 'cdrtools')
+depends=('perl' 'cdrkit')
options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/movix/$pkgname-$pkgver.tar.gz)
+source=("http://downloads.sourceforge.net/sourceforge/movix/$pkgname-$pkgver.tar.gz")
md5sums=('a96492f338824b24c5a9e714c57eddcf')
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
+ ./configure --prefix=/usr
+ make
}
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+ find $pkgdir/usr/share/emovix -type d -exec chmod 755 {} \;
+}
More information about the arch-commits
mailing list