summaryrefslogtreecommitdiff
path: root/extra/emovix/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/emovix/PKGBUILD')
-rw-r--r--extra/emovix/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/emovix/PKGBUILD b/extra/emovix/PKGBUILD
deleted file mode 100644
index 548babb65..000000000
--- a/extra/emovix/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 37013 2009-04-29 22:54:35Z eric $
-# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
-
-pkgname=emovix
-pkgver=0.9.0
-pkgrel=4
-pkgdesc="Create Movix-CD's (also emovix plugin for k3b)"
-arch=(i686 x86_64 'mips64el')
-url="http://movix.sourceforge.net/"
-license=('GPL2')
-depends=('perl' 'cdrtools')
-options=('!makeflags')
-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
-}
-