summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-04-11 20:45:32 +0000
committerPeter Johanson <latexer@gentoo.org>2005-04-11 20:45:32 +0000
commit7843e9b0d2dd97a9fa6557530551f500d00db6b2 (patch)
tree1a3da22477e7bf92c6a3cd3974e2ca3fa309fb5f /media-libs/libpixman/libpixman-0.1.4.ebuild
parentSparc fix (diff)
downloadhistorical-7843e9b0d2dd97a9fa6557530551f500d00db6b2.tar.gz
historical-7843e9b0d2dd97a9fa6557530551f500d00db6b2.tar.bz2
historical-7843e9b0d2dd97a9fa6557530551f500d00db6b2.zip
Bump. See bug #85285
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-libs/libpixman/libpixman-0.1.4.ebuild')
-rw-r--r--media-libs/libpixman/libpixman-0.1.4.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/media-libs/libpixman/libpixman-0.1.4.ebuild b/media-libs/libpixman/libpixman-0.1.4.ebuild
new file mode 100644
index 000000000000..ee70681f54d8
--- /dev/null
+++ b/media-libs/libpixman/libpixman-0.1.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpixman/libpixman-0.1.4.ebuild,v 1.1 2005/04/11 20:45:32 latexer Exp $
+
+DESCRIPTION="A generic library for manipulating pixel regions"
+HOMEPAGE="http://cairographics.org/"
+SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
+
+LICENSE="X11"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc64"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_install() {
+ make install DESTDIR=${D} || die
+}