blob: 6556c503d61b7ecf5ac43e828a3f1c31b580eedb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/gnome-thumbnailer/gnome-thumbnailer-0.3.ebuild,v 1.5 2007/10/31 07:30:34 opfer Exp $
ROX_VER="2.1.1"
ROX_LIB_VER="2.0.2"
inherit rox
MY_PN="ROX-GNOME-thumbnailer"
DESCRIPTION="Generates thumbnails for ROX-Filer using GNOME's thumbnailers"
HOMEPAGE="http://denver.sociol.unimi.it/~yuri/index-eng.html"
SRC_URI="http://denver.sociol.unimi.it/~yuri/rox/${MY_PN}-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 x86"
DEPEND=""
APPNAME=${MY_PN}
S=${WORKDIR}
|