Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198964 Details for
Bug 271832
New Ebuild: dev-libs/libhl-2.1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 2.1.1
libhl-2.1.1.ebuild (text/plain), 1.21 KB, created by
Michael Mohr
on 2009-07-24 06:14:52 UTC
(
hide
)
Description:
ebuild for 2.1.1
Filename:
MIME Type:
Creator:
Michael Mohr
Created:
2009-07-24 06:14:52 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A package abstraction library for Half-Life" >HOMEPAGE="http://nemesis.thewavelength.net/index.php?p=35" >SRC_URI="http://nemesis.thewavelength.net/files/files/hllib211.zip" > >LICENSE="GPL-2 LGPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" > ># build- and run- time dependencies >DEPEND="" >RDEPEND="" > >src_unpack() { > cd ${WORKDIR} > unzip -oqq -d libhl-${PV} ${DISTDIR}/${A} > cd "${S}" || die "Failed to change to libhl base directory" > patch -p1 < "${FILESDIR}"/fixes_for_2.1.0.patch || die "Couldn't apply version patch" >} > >src_compile() { > # CWD is ${S} > make -C HLLib all || die "Failed to build libhl" > > # now build hlextract > cd HLExtract > ln -s ../lib/HLLib.h hl.h > ln -s ../HLLib/libhl.so.${PV} libhl.so > gcc -I. -L. Main.c -o hlextract -lhl || die "Failed to build hlextract" >} > >src_install() { > cd ${S} > insinto /usr/lib > dolib HLLib/libhl.so.${PV} > dosym libhl.so.${PV} /usr/lib/libhl.so.2 > dosym libhl.so.${PV} /usr/lib/libhl.so > insinto /usr/include > newins lib/HLLib.h hl.h > insinto /usr/bin > dobin HLExtract/hlextract > dodoc Readme.txt LGPL.txt >}
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 271832
:
192948
|
192949
|
198964
|
198968
|
198970
|
199063
|
199064
|
199066
|
199068
|
219407
|
219409