blob: dc3d110f0b3e5579ebd4ca559220d83c3ff50097 (
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
25
26
27
28
29
30
31
32
33
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/picky/picky-0.4.5.ebuild,v 1.3 2005/10/28 20:14:55 svyatogor Exp $
DESCRIPTION="Picky - an image viewer/slideshow app for the ROX Desktop"
MY_PN="Picky"
HOMEPAGE="http://www.rdsarts.com/code/picky/"
SRC_URI="http://www.rdsarts.com/code/picky/${MY_PN}-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND=">=dev-python/pygtk-2.0.0"
ROX_LIB_VER=1.9.11
APPNAME=${MY_PN}
src_unpack() {
mkdir -p ${S}/${APPNAME}
cd ${S}/${APPNAME}
unpack ${A}
}
inherit rox
|