blob: 29243dbe6312dc1897fa382c2f9a24ffe507020f (
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
34
|
# Copyright 1999-2004 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.1 2004/12/08 19:38:06 sergey 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"
IUSE=""
DEPEND=">=dev-python/pygtk-2.0.0"
ROX_LIB_VER=1.9.11
APPNAME=${MY_PN}
src_unpack() {
unpack ${A}
mkdir ${P}
mkdir ${P}/${APPNAME}
mv * ${P}/${APPNAME}
}
inherit rox
|