Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10882 Details for
Bug 19627
EBUILD: dev-libs/SharpZipLib-0.50.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs/SharpZipLib/SharpZipLib-0.50.ebuild
SharpZipLib-0.50.ebuild (text/plain), 854 bytes, created by
Per Wigren
on 2003-04-19 15:28:48 UTC
(
hide
)
Description:
dev-libs/SharpZipLib/SharpZipLib-0.50.ebuild
Filename:
MIME Type:
Creator:
Per Wigren
Created:
2003-04-19 15:28:48 UTC
Size:
854 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="CLR library to handle zip/tar/gz/bz2-files" >HOMEPAGE="http://www.icsharpcode.net/OpenSource/SharpZipLib" >SRC_URI="http://www.icsharpcode.net/OpenSource/SharpZipLib/${PV/./}${PN}_SourceSamples.zip" >LICENSE="Classpath" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=dev-lang/mono-0.23" >S=${WORKDIR} > >src_compile() { > # Remove already compiled stuff from samples.. > find samples/ -type d -name 'bin' | xargs rm -rf > > # Compile the library > cd src/ICSharpCode.SharpZipLib > rm Main.cs > mcs -target:library -out:SharpZipLib.dll -recurse:'*.cs' >} > >src_install() { > dodir /usr/share/doc/${P}/ > cp -r doc/* ${D}/usr/share/doc/${P}/ > cp -r samples ${D}/usr/share/doc/${P}/ > dolib src/ICSharpCode.SharpZipLib/SharpZipLib.dll >}
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 19627
: 10882 |
10883