Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 91848 Details for
Bug 95247
slang-2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
slang-2.0.6.ebuild
slang-2.0.6.ebuild (text/plain), 1.23 KB, created by
Mark Lee
on 2006-07-15 22:13:34 UTC
(
hide
)
Description:
slang-2.0.6.ebuild
Filename:
MIME Type:
Creator:
Mark Lee
Created:
2006-07-15 22:13:34 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Console display library used by most text viewer" >HOMEPAGE="http://www.s-lang.org/" >SRC_URI="ftp://space.mit.edu/pub/davis/slang/v${PV%.*}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" ># USE=cjk is broken; see http://www.jedsoft.org/pipermail/slang-users_jedsoft.org/2006/000399.html >IUSE="pcre png" > >DEPEND=">=sys-libs/ncurses-5.2-r2 > pcre? ( dev-libs/libpcre ) > png? ( media-libs/libpng )" > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i \ > -e '/^SLANG_INST_INC/s/-I@includedir@/-I@SRCDIR@ -I@includedir@/' \ > -e '/^SLANG_INST_LIB/s/-L@libdir@/-L@OBJDIR@ -L@ELFDIR@ -L@libdir@/' \ > slsh/Makefile.in || die > epatch "${FILESDIR}"/${PN}-2.0.6-slsh-libs.patch >} > >src_compile() { > econf \ > $(use_with pcre) \ > $(use_with png) || die "econf failed" > emake all || die "make all failed" > emake elf || die "make elf failed" > cd slsh > emake slsh || die "make slsh failed" >} > >src_install() { > make DESTDIR="${D}" install install-elf || die "make install failed" > rm -rf ${D}/usr/share/doc/slang > dodoc NEWS README *.txt > dodoc doc/*.txt doc/internal/*.txt doc/text/*.txt > dohtml doc/slangdoc.html >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 95247
:
68128
|
73304
| 91848 |
91849
|
92244