diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-18 08:50:58 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-18 08:50:58 +0000 |
commit | de5552b9d4b25ec1039a42098137453d317f204f (patch) | |
tree | cbf3a86f690dcca58a75b487e77a44b8e2289ea7 /sci-libs/xylib/xylib-0.2.ebuild | |
parent | Version bump; remove older prerelease versions. (diff) | |
download | gentoo-2-de5552b9d4b25ec1039a42098137453d317f204f.tar.gz gentoo-2-de5552b9d4b25ec1039a42098137453d317f204f.tar.bz2 gentoo-2-de5552b9d4b25ec1039a42098137453d317f204f.zip |
Initial import. Library needed for fityk
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'sci-libs/xylib/xylib-0.2.ebuild')
-rw-r--r-- | sci-libs/xylib/xylib-0.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-libs/xylib/xylib-0.2.ebuild b/sci-libs/xylib/xylib-0.2.ebuild new file mode 100644 index 000000000000..59f149e08053 --- /dev/null +++ b/sci-libs/xylib/xylib-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/xylib-0.2.ebuild,v 1.1 2008/04/18 08:50:58 bicatali Exp $ + +DESCRIPTION="Experimental x-y data reading library" +HOMEPAGE="http://www.unipress.waw.pl/fityk/xylib/" +SRC_URI="mirror://sourceforge/fityk/${P}.tar.bz2" + +LICENSE="LGPL-2.1" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/boost" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc README TODO || die "dodoc failed" +} |