[arch-commits] CVS update of extra/multimedia/moc (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Oct 1 17:35:44 UTC 2007


    Date: Monday, October 1, 2007 @ 13:35:44
  Author: jgc
    Path: /home/cvs-extra/extra/multimedia/moc

Modified: PKGBUILD (1.20 -> 1.21)

upgpkg: moc 2.4.3-1.1
Build without librcc


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


Index: extra/multimedia/moc/PKGBUILD
diff -u extra/multimedia/moc/PKGBUILD:1.20 extra/multimedia/moc/PKGBUILD:1.21
--- extra/multimedia/moc/PKGBUILD:1.20	Sun Aug 12 06:12:17 2007
+++ extra/multimedia/moc/PKGBUILD	Mon Oct  1 13:35:44 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.20 2007/08/12 10:12:17 aaron Exp $
+# $Id: PKGBUILD,v 1.21 2007/10/01 17:35:44 jgc Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Contributor: dorphell <dorphell at gmx.net>
 
 pkgname=moc
 pkgver=2.4.3
-pkgrel=1
+pkgrel=1.1
 pkgdesc="An ncurses console audio player with support for the mp3, ogg, and wave formats"
 url="http://moc.daper.net/"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --without-rcc
   mkdir -p ${startdir}/pkg/usr/share/moc/
   install -m644 config.example ${startdir}/pkg/usr/share/moc/
   make || return 1




More information about the arch-commits mailing list