# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="tagutils is the primary way of tagging files from the command line. It can tag, untag, list of tags, manipulate tag properties, and show files belonging to a tag." HOMEPAGE="http://www.chipx86.com/wiki/Leaftag" SRC_URI="http://releases.chipx86.com/leaftag/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-libs/libleaftag-${PV} >=dev-libs/glib-2.2.2" RDEPEND="" src_install() { make DESTDIR=${D} install }