Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97050 Details for
Bug 147693
New ebuild for DCMTK (Dicom Tool Kit)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dcmtk-3.5.4.ebuild
dcmtk-3.5.4.ebuild (text/plain), 1.58 KB, created by
Sebastiaan
on 2006-09-15 07:33:18 UTC
(
hide
)
Description:
dcmtk-3.5.4.ebuild
Filename:
MIME Type:
Creator:
Sebastiaan
Created:
2006-09-15 07:33:18 UTC
Size:
1.58 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >#inherit distutils eutils flag-o-matic toolchain-funcs versionator > >DESCRIPTION="The DICOM Toolkit" >HOMEPAGE="http://dicom.offis.de/dcmtk.php.en" >SRC_URI="ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk354/dcmtk-${PV}.tar.gz" > >LICENSE="BSD" >KEYWORDS="~x86 ~amd64" >SLOT="0" >IUSE="png ssl tcpd tiff xml2 zlib" >RDEPEND="png? ( media-libs/libpng ) > ssl? ( dev-libs/openssl ) > tiff? ( media-libs/tiff ) > xml2? ( dev-libs/libxml2 ) > zlib? ( sys-libs/zlib )" > >DEPEND="${RDEPEND}" > >src_compile() { > > # build config list > local CONFIG_VARIABLES="" > use png && CONFIG_VARIABLES="${CONFIG_VARIABLES} --with-libpng" > use ssl && CONFIG_VARIABLES="${CONFIG_VARIABLES} --with-libopenssl" > use tcpd && CONFIG_VARIABLES="${CONFIG_VARIABLES} --with-libwrap" > use tiff && CONFIG_VARIABLES="${CONFIG_VARIABLES} --with-libtiff" > use xml2 && CONFIG_VARIABLES="${CONFIG_VARIABLES} --with-libxml" > use zlib && CONFIG_VARIABLES="${CONFIG_VARIABLES} --with-zlib" > > ./configure ${CONFIG_VARIABLES} || die "configuration failed" > > ARCH="" emake -j1 || die "make failed" >} > >src_install() { > make DESTDIR=${D} install install-lib install-include install-bin install-doc || die "make install failed" > > # install in proper directories > dodir /usr/lib > dodir /usr/include > dodir /usr/share > > mv ${D}/usr/local/dicom/bin/ ${D}/usr/bin > mv ${D}/usr/local/dicom/include/dcmtk/ ${D}/usr/include/dcmtk > mv ${D}/usr/local/dicom/lib/lib* ${D}/usr/lib > mv ${D}/usr/local/dicom/man/ ${D}/usr/share/man > > rm -r ${D}/usr/local/dicom/include >} >
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 147693
: 97050 |
141801
|
237709
|
245533
|
245534
|
245536
|
257249
|
280379
|
280381