Lines 2-7
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v 1.9 2008/04/21 06:43:42 mr_bones_ Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/easychem/easychem-0.6.ebuild,v 1.9 2008/04/21 06:43:42 mr_bones_ Exp $ |
4 |
|
4 |
|
|
|
5 |
inherit eutils |
6 |
|
5 |
DESCRIPTION="Chemical structure drawing program - focused on presentation." |
7 |
DESCRIPTION="Chemical structure drawing program - focused on presentation." |
6 |
HOMEPAGE="http://easychem.sourceforge.net/" |
8 |
HOMEPAGE="http://easychem.sourceforge.net/" |
7 |
SRC_URI="mirror://sourceforge/easychem/${P}.tar.gz" |
9 |
SRC_URI="mirror://sourceforge/easychem/${P}.tar.gz" |
Lines 18-23
Link Here
|
18 |
DEPEND="${RDEPEND} |
20 |
DEPEND="${RDEPEND} |
19 |
dev-util/pkgconfig" |
21 |
dev-util/pkgconfig" |
20 |
|
22 |
|
|
|
23 |
src_unpack() { |
24 |
unpack ${A} |
25 |
cd "${S}" |
26 |
|
27 |
epatch "${FILESDIR}/${P}-prestrip.patch" || die "Failed to apply ${P}-prestrip.patch" |
28 |
} |
29 |
|
21 |
src_compile() { |
30 |
src_compile() { |
22 |
ln -s Makefile.linux Makefile |
31 |
ln -s Makefile.linux Makefile |
23 |
DGS_PATH=/usr/bin DPSTOEDIT_PATH=/usr/bin \ |
32 |
DGS_PATH=/usr/bin DPSTOEDIT_PATH=/usr/bin \ |