Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 1426 Details for
Bug 3578
bewan pci ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bewan-pci-st-0.3.0_alpha1.ebuild
bewan-pci-st-0.3.0_alpha1.ebuild (text/plain), 2.79 KB, created by
Guillaume APOSTOLY
on 2002-06-10 09:56:13 UTC
(
hide
)
Description:
bewan-pci-st-0.3.0_alpha1.ebuild
Filename:
MIME Type:
Creator:
Guillaume APOSTOLY
Created:
2002-06-10 09:56:13 UTC
Size:
2.79 KB
patch
obsolete
>#S=${WORKDIR}/${P} >A=A888-0.3.0.tar.gz >S=${WORKDIR}/bewan-pci-st >DESCRIPTION="UNICORN_PCI driver for the Bewan PCI st (alpha gentoo package)" >SRC_URI=http://www.bewan.fr/bewan/utilisateurs/telechargement/pilotes/adsl/linux/A888-0.3.0.tar.gz >HOMEPAGE="http://www.bewan.com/" > >DISTDIR=/usr/portage/distfiles >#INSTALLATIONDIR=/usr/share >INSTALLATIONDIR=/tmp > >pkg_preinst() { > einfo "This is an alpha version of a gentoo package for the Bewan PCI st" > einfo "to do a safer install, go to www.bewan.fr, download the drivers" > einfo "and compile them" > einfo "any comments for this package should be sent to guillaume@apostoly.com" > einfo "----------------------------------------------------------------------" ># einfo "the files are located in ${INSTALLATIONDIR}/unicorn" ># pause >} > >pkg_postinst() { > einfo "To load the driver do 'insmod unicorn_atm' and 'insmod unicorn_pci' " > einfo "and then do what you want with it (configure your pppd)" > einfo "OR" > einfo "it's time to look at the README file, the scripts directory gives you" > einfo "two comprehensive ways to load the driver, configure pppd and launch it." >} > >src_unpack() { > einfo "uncompressing the sources files" > cp ${DISTDIR}/${A} ${INSTALLATIONDIR} > cd ${INSTALLATIONDIR} > tar -xvvzf ${A} > >} > >src_compile() { > cd ${INSTALLATIONDIR}/unicorn/unicorn_atm > make clean; make > cd ${INSTALLATIONDIR}/unicorn/unicorn_bus > make clean; make >} > >src_install() { > insinto "/lib/modules/${KV}/kernel/drivers/atm" > doins ${INSTALLATIONDIR}/unicorn/unicorn_bus/unicorn_pci.o > doins ${INSTALLATIONDIR}/unicorn/unicorn_atm/unicorn_atm.o > > insinto "/usr/share/unicorn" > doins ${INSTALLATIONDIR}/unicorn/README > > insinto "/usr/share/unicorn/scripts" > doins ${INSTALLATIONDIR}/unicorn/scripts/* > insinto "/usr/share/unicorn/ant" > doins ${INSTALLATIONDIR}/unicorn/ant/* > insinto "/usr/share/unicorn/include" > doins ${INSTALLATIONDIR}/unicorn/include/* > insinto "/usr/share/unicorn/mswtest" > doins ${INSTALLATIONDIR}/unicorn/mswtest/* > insinto "/usr/share/unicorn/unicorn_atm" > doins ${INSTALLATIONDIR}/unicorn/unicorn_atm/* > insinto "/usr/share/unicorn/unicorn_bus" > doins ${INSTALLATIONDIR}/unicorn/unicorn_bus/* > insinto "/usr/share/unicorn/amu" > doins ${INSTALLATIONDIR}/unicorn/amu/* > insinto "/usr/share/unicorn/collect_tors" > doins ${INSTALLATIONDIR}/unicorn/collect_tors/* > insinto "/usr/share/unicorn/msw_simul" > doins ${INSTALLATIONDIR}/unicorn/msw_simul/* >} > >pkg_postinst() { >einfo "Cleaning temporary .tar.gz files" > rm ${INSTALLATIONDIR}/${A} >} > >pkg_config() { > einfo "The modules unicorn_pci and unicorn_atm are ready to be loaded" > einfo "You should now take a look at /usr/share/unicorn/README" > einfo "Just skip the compilation part, you just have to configure pppd" > einfo "the files in /usr/share/unicorn/scripts can help you doing that" >}
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 3578
:
1425
|
1426
|
40463
|
40464