diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-03-26 13:36:16 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-03-26 13:36:16 +0000 |
commit | 8a2ac85c08cb02fe9a857b1286d1b413a86458c7 (patch) | |
tree | 9c64a7ba861481fb41a9ba5f1ccf0816f605be51 /gnustep-libs/cenonlibrary/cenonlibrary-3.80.1.ebuild | |
parent | Version bump, new patch to respect user LDFLAGS. (diff) | |
download | gentoo-2-8a2ac85c08cb02fe9a857b1286d1b413a86458c7.tar.gz gentoo-2-8a2ac85c08cb02fe9a857b1286d1b413a86458c7.tar.bz2 gentoo-2-8a2ac85c08cb02fe9a857b1286d1b413a86458c7.zip |
Initial commit. Ebuild based on original from Armando Di Cianno (bug #54786)
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'gnustep-libs/cenonlibrary/cenonlibrary-3.80.1.ebuild')
-rw-r--r-- | gnustep-libs/cenonlibrary/cenonlibrary-3.80.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnustep-libs/cenonlibrary/cenonlibrary-3.80.1.ebuild b/gnustep-libs/cenonlibrary/cenonlibrary-3.80.1.ebuild new file mode 100644 index 000000000000..638752776573 --- /dev/null +++ b/gnustep-libs/cenonlibrary/cenonlibrary-3.80.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/cenonlibrary/cenonlibrary-3.80.1.ebuild,v 1.1 2006/03/26 13:36:16 grobian Exp $ + +inherit gnustep versionator + +MY_PV=$(replace_version_separator 2 '-') +S=${WORKDIR}/Cenon + +DESCRIPTION="Default library required to run Cenon" +HOMEPAGE="http://www.cenon.info/" +SRC_URI="http://www.vhf-group.com/vhfInterservice/download/source/CenonLibrary-${MY_PV}.tar.bz2" +KEYWORDS="~x86" +SLOT="0" +LICENSE="Cenon" + +egnustep_install_domain "System" + +src_compile() { + echo "nothing to compile" +} + +src_install() { + egnustep_env + dodir $(egnustep_system_root)/Library + cp -pPR ${S} ${D}$(egnustep_system_root)/Library +} |