Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 47700 Details for
Bug 76757
New Ebuild: Proposal for sci-misc/glglobe-0.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
portage/sci-misc/glglobe/files/make_install.patch
make_install.patch (text/plain), 1.20 KB, created by
Charlie Gehlin
on 2005-01-05 05:38:35 UTC
(
hide
)
Description:
portage/sci-misc/glglobe/files/make_install.patch
Filename:
MIME Type:
Creator:
Charlie Gehlin
Created:
2005-01-05 05:38:35 UTC
Size:
1.20 KB
patch
obsolete
>--- makefile 2005-01-04 16:31:38.623041120 +0100 >+++ Makefile 2005-01-05 13:12:37.358670784 +0100 >@@ -6,7 +6,11 @@ > LIBS = -L$(LIBDIR) -lglut -lGLU -lGL -lXext -lXaw -lm -lXi -lpng -lz -ljpeg > #CFLAGS = -DXMESA -Wall -O3 -I$(INCDIR) > CFLAGS = -Wall -O3 -I$(INCDIR) >- >+INSTALL = /bin/install >+OWNER = root >+GROUP = root >+BINDIR = ../../image/usr/bin >+DATADIR = ../../image/usr/share/glglobe > > OBJS = glglobe.o \ > vmath.o \ >@@ -29,7 +33,14 @@ > markers_parser.o: markers_parser.c markers_parser.h > sunpos.o: sunpos.c sunpos.h vmath.h > # $(CC) -Wall -O3 -c table.c >- >+install: glglobe depths_1440.jpg earth-markers-schaumann xglobe-markers >+ $(INSTALL) -c -o $(OWNER) -g $(GROUP) -D -m 755 glglobe $(BINDIR)/glglobe >+ $(INSTALL) -c -o $(OWNER) -g $(GROUP) -D -m 644 depths_1440.jpg $(DATADIR)/depths_1440.jpg >+ $(INSTALL) -c -o $(OWNER) -g $(GROUP) -D -m 644 earth-markers-schaumann $(DATADIR)/earth-markers-schaumann >+ $(INSTALL) -c -o $(OWNER) -g $(GROUP) -D -m 644 xglobe-markers $(DATADIR)/xglobe-markers >+ $(INSTALL) -c -o $(OWNER) -g $(GROUP) -D -m 644 README $(DATADIR)/README >+ $(INSTALL) -c -o $(OWNER) -g $(GROUP) -D -m 644 COPYING $(DATADIR)/COPYING >+ > clean: > rm *.o $(NAME) *~ >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 76757
:
47696
|
47697
|
47698
|
47699
| 47700 |
47701