initial commit
This commit is contained in:
2
app-pda/synce-librtfcomp/Manifest
Normal file
2
app-pda/synce-librtfcomp/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST librtfcomp-1.1.tar.gz 334800 RMD160 c75c533e7c501834bc9904e9e8d5bd68b28073b0 SHA1 b21aafb83f8cd718300a06a734d2a5447d8c6596 SHA256 a4bb19cd7a8713d48cbf20161bbe79ff4e79777491d57cb8a48fdb88567ef7a3
|
||||
EBUILD synce-librtfcomp-1.1.ebuild 620 RMD160 d40e6c55ef3b35a24814059613c8aacbd7385037 SHA1 8c2867758f339244b3fd8d1a1f4d8d2709ab31ee SHA256 947f827cabb555e9b1117e80bc313a3152441f01190a8a7162efa610426bcb36
|
23
app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild
Normal file
23
app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild,v 1.1 2008/11/13 00:13:30 mescalinum Exp $
|
||||
|
||||
DESCRIPTION="SynCE - Compressed RTF extensions"
|
||||
HOMEPAGE="http://sourceforge.net/projects/synce/"
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
DEPEND="dev-lang/python
|
||||
dev-python/pyrex"
|
||||
|
||||
MY_P="librtfcomp-${PV}"
|
||||
SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_install() {
|
||||
einstall || die
|
||||
mv "${D}"/usr/bin/test "${D}"/usr/bin/testrtf
|
||||
}
|
Reference in New Issue
Block a user