summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/xpaint/xpaint-2.6.2-r1.ebuild')
-rw-r--r--media-gfx/xpaint/xpaint-2.6.2-r1.ebuild27
1 files changed, 12 insertions, 15 deletions
diff --git a/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild b/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild
index f33d3c9d80e0..9bfc1c59bef7 100644
--- a/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild
+++ b/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild
@@ -1,39 +1,36 @@
-#Copyright 2002 Gentoo Technologies, Inc.
-#Distributed under the terms of the GNU General Public License, v2 or later
-#Author John Stalker <stalker@math.princeton.edu>
-#$Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild,v 1.1 2002/04/13 00:51:29 seemant Exp $
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.6.2-r1.ebuild,v 1.1.1.1 2005/11/30 09:37:29 chriswhite Exp $
S=${WORKDIR}/xpaint
DESCRIPTION="XPaint is an image editor which supports most standard paint program options."
SRC_URI="http://home.worldonline.dk/~torsten/xpaint/${P}.tar.gz"
HOMEPAGE="http://home.worldonline.dk/~torsten/xpaint/"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+IUSE=""
-DEPEND=">=media-libs/tiff-3.2
- virtual/x11
+DEPEND=">=media-libs/tiff-3.2
+ virtual/x11
media-libs/jpeg
media-libs/libpng"
src_unpack() {
-
- unpack ${P}.tar.gz
+ unpack ${A}
cd ${S}
patch -p0 < ${FILESDIR}/Local.config-2.6.2.diff
-
}
src_compile() {
-
xmkmf || die
make Makefiles || die
emake || die
-
}
-src_install () {
-
+src_install() {
make DESTDIR=${D} install || die
make DESTDIR=${D} install.man || die
- dodoc ChangeLog INSTALL README README.PNG README.old TODO
-
+ dodoc ChangeLog INSTALL README README.PNG README.old TODO
}