diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-12 00:08:10 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-12 00:08:10 +0000 |
commit | b0e70781b91722e09b6ce87ed15b0d93115a2d8a (patch) | |
tree | 31dc6a7bf126dab80c0610b15ec6576f9a271a42 /media-libs/libpixman/libpixman-0.1.1.ebuild | |
parent | x86 stable (Manifest recommit) (diff) | |
download | gentoo-2-b0e70781b91722e09b6ce87ed15b0d93115a2d8a.tar.gz gentoo-2-b0e70781b91722e09b6ce87ed15b0d93115a2d8a.tar.bz2 gentoo-2-b0e70781b91722e09b6ce87ed15b0d93115a2d8a.zip |
version bump and addition of ~amd64 to keywords
Diffstat (limited to 'media-libs/libpixman/libpixman-0.1.1.ebuild')
-rw-r--r-- | media-libs/libpixman/libpixman-0.1.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-libs/libpixman/libpixman-0.1.1.ebuild b/media-libs/libpixman/libpixman-0.1.1.ebuild new file mode 100644 index 000000000000..138eaee47202 --- /dev/null +++ b/media-libs/libpixman/libpixman-0.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpixman/libpixman-0.1.1.ebuild,v 1.1 2004/05/12 00:08:10 lv 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="x86 ~ppc ~amd64" +IUSE="" +DEPEND="virtual/glibc" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make install DESTDIR=${D} +} |