diff options
author | 2004-12-08 19:38:07 +0000 | |
---|---|---|
committer | 2004-12-08 19:38:07 +0000 | |
commit | 43550490b323f90b2dd4cb3aaa512207b99866b2 (patch) | |
tree | 5a1ba7961693c5b01c5e990a454ae7d065d5faed /rox-extra/picky/picky-0.4.5.ebuild | |
parent | First commit. (Manifest recommit) (diff) | |
download | gentoo-2-43550490b323f90b2dd4cb3aaa512207b99866b2.tar.gz gentoo-2-43550490b323f90b2dd4cb3aaa512207b99866b2.tar.bz2 gentoo-2-43550490b323f90b2dd4cb3aaa512207b99866b2.zip |
First commit.
Diffstat (limited to 'rox-extra/picky/picky-0.4.5.ebuild')
-rw-r--r-- | rox-extra/picky/picky-0.4.5.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/rox-extra/picky/picky-0.4.5.ebuild b/rox-extra/picky/picky-0.4.5.ebuild new file mode 100644 index 000000000000..29243dbe6312 --- /dev/null +++ b/rox-extra/picky/picky-0.4.5.ebuild @@ -0,0 +1,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 |