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

Eric Belanger eric at archlinux.org
Fri Oct 12 21:41:10 UTC 2007


    Date: Friday, October 12, 2007 @ 17:41:10
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/openchrome

 Removed: PKGBUILD (1.2)

cleaning cvs. openchrome is now in the x11 category


----------+
 PKGBUILD |   35 -----------------------------------
 1 file changed, 35 deletions(-)


Index: extra/multimedia/openchrome/PKGBUILD
diff -u extra/multimedia/openchrome/PKGBUILD:1.2 extra/multimedia/openchrome/PKGBUILD:removed
--- extra/multimedia/openchrome/PKGBUILD:1.2	Sat Jul 29 15:43:37 2006
+++ extra/multimedia/openchrome/PKGBUILD	Fri Oct 12 17:41:09 2007
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD,v 1.2 2006/07/29 19:43:37 andyrtr Exp $
-# Contributor: Paul Mattal <paul at mattal.com>
-# Maintainer: Paul Mattal <paul at archlinux.org>
-pkgname=openchrome
-pkgver=20060724
-pkgrel=1
-pkgdesc="Most developed drivers for Via Unichrome/Unichrome Pro under xorg"
-arch=(i686 x86_64)
-url="http://www.openchrome.org"
-license=""
-depends=('libdrm>=1.0.5' xf86driproto)
-makedepends=()
-conflicts=(xf86-video-via)
-replaces=()
-backup=()
-install=
-source=(http://gerolde.archlinux.org/~paul/$pkgname-$pkgver.tar.gz)
-md5sums=('26d1d1d7383d31a989a98d9e84f2d3ea')
-
-build() {
-  cd $startdir/src/$pkgname || return 1
-
-  # build into the main x tree
-  sed -i 's/configure/configure --prefix=\/usr/' autogen.sh || return 1
-
-  # build
-  ./autogen.sh || return 1
-  make || return 1
-
-  # install
-  make DESTDIR=$startdir/pkg install || return 1
-
-  # slay libtool
-  find $startdir/pkg -name '*.la' -exec rm {} \;
-}




More information about the arch-commits mailing list