[arch-commits] CVS update of unstable/lib/cairo-cvs (PKGBUILD)
Travis Willard
travis at archlinux.org
Mon Aug 20 23:52:01 UTC 2007
Date: Monday, August 20, 2007 @ 19:52:01
Author: travis
Path: /home/cvs-unstable/unstable/lib/cairo-cvs
Removed: PKGBUILD (1.1)
No longer in any repo, removing the file.
----------+
PKGBUILD | 28 ----------------------------
1 file changed, 28 deletions(-)
Index: unstable/lib/cairo-cvs/PKGBUILD
diff -u unstable/lib/cairo-cvs/PKGBUILD:1.1 unstable/lib/cairo-cvs/PKGBUILD:removed
--- unstable/lib/cairo-cvs/PKGBUILD:1.1 Sun Aug 15 11:32:32 2004
+++ unstable/lib/cairo-cvs/PKGBUILD Mon Aug 20 19:52:01 2007
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD,v 1.1 2004/08/15 15:32:32 damir Exp $
-# Maintainer: damir <damir at archlinux.org>
-# Contributor: Michael Baehr <usemike at spamblocked.com>
-
-pkgname=cairo-cvs
-conflicts=('cairo')
-provides=('cairo')
-pkgver=20040815
-pkgrel=1
-pkgdesc="A vector graphics library with cross-device output support"
-url="http://www.cairographics.org"
-#depends=('x-server' 'fontconfig' 'libpixman' 'libpng' 'glitz')
- #glitz backend broken
-depends=('x-server' 'fontconfig' 'libpixman' 'libpng')
-makedepends=('cvs')
-cvsroot=":pserver:anoncvs at cvs.cairographics.org:/cvs/cairo"
-cvsmod="cairo"
-
-build() {
- cd $startdir/src
- msg "Fetching sources from CVS..."
- cvs -z3 -d $cvsroot co -D $pkgver $cvsmod
- cd $cvsmod
- ./autogen.sh --prefix=/usr \
- --disable-gl #because it's broken
- make || return 1
- make DESTDIR=$startdir/pkg install || return 1
-}
More information about the arch-commits
mailing list