Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22400 Details for
Bug 36059
ebuild for svgalib-1.9.18
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for svgalib 1.9.18
svgalib-1.9.18.ebuild (text/plain), 2.85 KB, created by
gerold.strobel
on 2003-12-18 05:31:52 UTC
(
hide
)
Description:
ebuild for svgalib 1.9.18
Filename:
MIME Type:
Creator:
gerold.strobel
Created:
2003-12-18 05:31:52 UTC
Size:
2.85 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-libs/svgalib/svgalib-1.9.17-r3.ebuild,v 1.7 2003/10/10 18:33:04 pappy Exp $ > >inherit eutils > >DESCRIPTION="A library for running svga graphics on the console" >HOMEPAGE="http://www.svgalib.org/" >SRC_URI="http://www.arava.co.il/matan/${PN}/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86 -ppc -sparc -alpha" > >DEPEND="virtual/glibc" > >pkg_setup() { > check_KV >} > >src_unpack() { > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/${P}-gentoo.patch > > # Get it to work with kernel 2.6 > epatch ${FILESDIR}/${P}-linux2.6.patch > > # Get modversions.h include right if we have CONFIG_MODVERSIONS set. > epatch ${FILESDIR}/${P}-modversions_h.patch >} > >src_compile() { > # http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml or #gentoo-hardened/irc.freenode > has_version "sys-devel/hardened-gcc" && CC="${CC} -yet_exec" > > make OPTIMIZE="${CFLAGS}" static shared textutils lrmi utils || \ > die "Failed to build libraries and utils!" > # Build the gl stuff tpp > make OPTIMIZE="${CFLAGS}" -C gl || die "Failed to build gl!" > make OPTIMIZE="${CFLAGS}" -C gl libvgagl.so.${PV} || \ > die "Failed to build libvgagl.so.${PV}!" > rm -f src/svgalib_helper.h > make OPTIMIZE="${CFLAGS}" -C src libvga.so.${PV} || \ > die "Failed to build libvga.so.${PV}!" > cp -a src/libvga.so.${PV} sharedlib/ > make OPTIMIZE="${CFLAFS}" LDFLAGS='-L ../sharedlib' \ > -C threeDKit lib3dkit.a || die "Failed to build threeDKit!" > > make INCLUDEDIR="/usr/src/linux/include" -C kernel/svgalib_helper \ > clean all || die "Failed to build kernel module!" > > make OPTIMIZE="${CFLAGS}" LDFLAGS='-L ../sharedlib' demoprogs || \ > die "Failed to build demoprogs!" > > cp Makefile Makefile.orig > sed -e 's/\(install: $(INSTALLAOUTLIB) \)installheaders \(.*\)/\1\2/g' \ > Makefile.orig > Makefile >} > >src_install() { > local x= > > dodir /etc/svgalib /usr/{include,lib,bin,share/man} > > make TOPDIR=${D} OPTIMIZE="${CFLAGS}" \ > INCLUDEDIR="/usr/src/linux/include" install || \ > die "Failed to install svgalib!" > > insinto /usr/include > doins gl/vgagl.h > dolib.a gl/libvgagl.a > dolib.a threeDKit/lib3dkit.a > dolib.so gl/libvgagl.so.${PV} > dosym libvgagl.so.${PV} /usr/lib/libvgagl.so > preplib > > insinto /usr/include > doins src/vga.h gl/vgagl.h src/mouse/vgamouse.h src/joystick/vgajoystick.h > doins src/keyboard/vgakeyboard.h > > dodir /etc/modules.d > echo "probeall /dev/svga svgalib_helper" > ${D}/etc/modules.d/svgalib > > exeinto /usr/lib/svgalib/demos > for x in ${S}/demos/* > do > [ -x "${x}" ] && doexe ${x} > done > > cd ${S}/threeDKit > exeinto /usr/lib/svgalib/theeDKit > local THREED_PROGS="plane wrapdemo" > doexe ${THREED_PROGS} > > cd ${S}/doc > dodoc CHANGES DESIGN TODO > docinto txt > dodoc Driver-programming-HOWTO README.* add_driver svgalib.lsm >} > >pkg_postinst() { > [ "${ROOT}" = "/" ] && /sbin/modules-update &> /dev/null >}
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 36059
: 22400 |
26130
|
26132
|
26134