Summary: | tcng ebuild | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Christian Parpart (RETIRED) <trapni> |
Component: | New packages | Assignee: | Daniel Ahlberg (RETIRED) <aliz> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | Keywords: | EBUILD |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://tcng.sf.net/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
sys-apps/tcng-9e.ebuild: this is my ebuild trial
sys-apps/tcng-9e.ebuild, this is my ebuild trial sys-apps/tcng-9e.ebuild, this is my ebuild trial this is my ebuild trial |
Description
Christian Parpart (RETIRED)
![]() Created attachment 12684 [details]
sys-apps/tcng-9e.ebuild: this is my ebuild trial
the little diff below is the required patch by the ebuild I posted;
however, localize.sh is still evil :(
--- Makefile.orig 2003-06-02 15:55:38.000000000 +0200
+++ Makefile 2003-06-02 16:01:18.000000000 +0200
@@ -324,9 +324,8 @@
install-tcc: tcc check-install-dir scripts/localize.sh
ln -sf scripts/localize.sh .
tar cfh - $(TCC_BINDIST) | \
- (cd $(INSTALL_DIR) && tar xf -)
- cd $(INSTALL_DIR) && ./localize.sh
- rm -f localize.sh $(INSTALL_DIR)/localize.sh
+ (cd $(DESTDIR)$(INSTALL_DIR) && tar xf -)
+ rm -f localize.sh $(DESTDIR)$(INSTALL_DIR)/localize.sh
install-tcsim: tcsim check-install-dir scripts/localize.sh
ln -sf scripts/localize.sh .
Created attachment 12685 [details]
sys-apps/tcng-9e.ebuild, this is my ebuild trial
the little diff below is the required patch by the ebuild I posted;
however, localize.sh is still evil :(
|--- Makefile.orig 2003-06-02 15:55:38.000000000 +0200
|+++ Makefile 2003-06-02 16:01:18.000000000 +0200
@@ -324,9 +324,8 @@
install-tcc: tcc check-install-dir scripts/localize.sh
ln -sf scripts/localize.sh .
tar cfh - $(TCC_BINDIST) | \
- (cd $(INSTALL_DIR) && tar xf -)
- cd $(INSTALL_DIR) && ./localize.sh
- rm -f localize.sh $(INSTALL_DIR)/localize.sh
+ (cd $(DESTDIR)$(INSTALL_DIR) && tar xf -)
+ rm -f localize.sh $(DESTDIR)$(INSTALL_DIR)/localize.sh
install-tcsim: tcsim check-install-dir scripts/localize.sh
ln -sf scripts/localize.sh .
Created attachment 12686 [details]
sys-apps/tcng-9e.ebuild, this is my ebuild trial
Created attachment 12687 [details]
this is my ebuild trial
the little diff below is the required patch by the ebuild I posted;
however, localize.sh is still evil :(
--- Makefile.orig 2003-06-02 15:55:38.000000000 +0200
+++ Makefile 2003-06-02 16:01:18.000000000 +0200
@@ -324,9 +324,8 @@
install-tcc: tcc check-install-dir scripts/localize.sh
ln -sf scripts/localize.sh .
tar cfh - $(TCC_BINDIST) | \
- (cd $(INSTALL_DIR) && tar xf -)
- cd $(INSTALL_DIR) && ./localize.sh
- rm -f localize.sh $(INSTALL_DIR)/localize.sh
+ (cd $(DESTDIR)$(INSTALL_DIR) && tar xf -)
+ rm -f localize.sh $(DESTDIR)$(INSTALL_DIR)/localize.sh
install-tcsim: tcsim check-install-dir scripts/localize.sh
ln -sf scripts/localize.sh .
In cvs now, after i modified your ebuild heavily. sys-apps/tcng |