blob: f80cc9521d3596937af0dab633829519075af08d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/imlib2_tools/imlib2_tools-0.0.0.20031013_alpha2.ebuild,v 1.1 2003/10/14 03:17:53 vapier Exp $
EHACKAUTOGEN=yes
inherit enlightenment
DESCRIPTION="command line programs to utilize Imlib2"
DEPEND="${DEPEND}
>=media-libs/imlib2-1.1.0"
|