Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38755 Details for
Bug 62553
Request for osCommerce ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for oscommerce
oscommerce-2.2_rc2.ebuild (text/plain), 1.38 KB, created by
REdOG
on 2004-09-02 06:37:24 UTC
(
hide
)
Description:
Ebuild for oscommerce
Filename:
MIME Type:
Creator:
REdOG
Created:
2004-09-02 06:37:24 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >MY_P="oscommerce-2.2ms2" >MY_S="${WORKDIR}/${MY_P}" >DESCRIPTION="Online e-commerce shopping solution" >HOMEPAGE="http://www.oscommerce.org/" >SRC_URI="mirror://sourceforge/tep/${MY_P}.tar.gz" >RESTRICT="nomirror" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" > >DEPEND="dev-db/mysql > net-www/apache > dev-php/php" >RDEPEND="${DEPEND}" >IUSE="" > >src_unpack() { > einfo "unpack" > unpack ${A} || die "unpack failed" >} > >src_install() { > cd ${MY_S} > dodir /var/www/localhost/htdocs/OSCommerce_admin > cp -a catalog/admin/* ${D}/var/www/localhost/htdocs/OSCommerce_admin > rm -rf catalog/admin > dodir /var/www/localhost/htdocs/catalog > cp -a catalog/* ${D}/var/www/localhost/htdocs/catalog >} > >pkg_postinst() { > einfo "Using your favourite browser, go to the following address:" > einfo "http://[your site]/catalog/install" > einfo "and follow the instructions on the screen." > einfo "" > einfo "OR IF YOU PREFER TO DO IT MANUALLY:" > einfo "Create the 'osCommerce' database and import the sample data:" > einfo "mysqladmin create osCommerce" > einfo "mysql osCommerce < ./install/oscommerce.sql" > einfo "To check if the tables have been successfully imported, you can" > einfo "list them by using mysqlshow: mysqlshow osCommerce" > einfo "View the file catalog/includes/configure.php and make necessary changes." >}
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 62553
: 38755 |
40594
|
40639
|
40640
|
48213
|
94943
|
95534
|
145035
|
145037
|
209420