[Lunar-commits] <moonbase-other> Merge branch 'bye_bye_smake'
v4hn
me at v4hn.de
Sat Jan 18 19:12:37 CET 2014
commit 58c359a1afdd67981c3f2b8bd17970bbfa83f835
Author: v4hn <me at v4hn.de>
Date: Sat, 18 Jan 2014 10:12:26 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/58c359a1afdd67981c3f2b8bd17970bbfa83f835
Merge branch 'bye_bye_smake'
---
archive/star/BUILD | +3/-12
archive/star/DEPENDS | +0/-1
devel/smake/BUILD | +0/-5
devel/smake/DETAILS | +0/-19
4 files changed, 3 insertions(+), 37 deletions(-)
--- a/archive/star/BUILD
+++ b/archive/star/BUILD
@@ -1,12 +1,3 @@
-(
-
- if `module_installed smake`; then
- THISMAKE=smake
- else
- THISMAKE=make
- fi &&
- $THISMAKE INS_BASE=/usr MANDIR=share/man &&
- prepare_install &&
- $THISMAKE INS_BASE=/usr MANDIR=share/man install
-
-) > $C_FIFO 2>&1
+make INS_BASE=/usr MANDIR=share/man GMAKE_NOWARN="true" &&
+prepare_install &&
+make INS_BASE=/usr MANDIR=share/man GMAKE_NOWARN="true" install
--- a/archive/star/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends "smake" "" "" "for Schilly makefiles"
--- a/devel/smake/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-sedit "s:/bin/rm:rm:; s:/bin/mv:mv:" RULES/rules.prg &&
-
-make INS_BASE=/usr MANDIR=share/man &&
-prepare_install &&
-make INS_BASE=/usr MANDIR=share/man install
--- a/devel/smake/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=smake
- VERSION=1.2.3
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=ftp://ftp.berlios.de/pub/smake
- SOURCE_VFY=sha1:e5bacf4d092835feeb11eeb1c788c5fafeb22dcf
- WEB_SITE=http://cdrecord.berlios.de/old/private/smake.html
- ENTERED=20020926
- UPDATED=20130601
- MAINTAINER=tchan at lunar-linux.org
- SHORT="Joerg Schilling's multi-platform make engine"
-
-cat << EOF
-A portable make program optimized to be used with Joerg Schilling's
-makefiles program. smake includes special automake features that
-allow easy, portable, compilations. Joerg Schilling's programs
-compile much cleaner when using smake. His other programs include:
-cdrtools, star, makefiles, calltree, sdd, hdump, count, compare,
-and sformat.
-EOF
More information about the Lunar-commits
mailing list