blob: e8c27c127198ef3fd32dca8cf2852cf54de5e4f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20070701.ebuild,v 1.2 2007/11/28 20:07:02 drac Exp $
MY_P="${PN}-2007.07.01"
DESCRIPTION="Set of 'Rubber Stamp' images which can be used within Tux Paint."
HOMEPAGE="http://www.tuxpaint.org/"
DEPEND="media-gfx/tuxpaint"
IUSE=""
SRC_URI="mirror://sourceforge/tuxpaint/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc ~x86"
src_install () {
make PREFIX="${D}/usr" install-all || die "Installation failed"
rm -f docs/COPYING.txt
dodoc docs/*.txt
}
|