mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 20:50:49 +01:00
new file: m/moreutils/moreutils-0.62.eb
new file: m/moreutils/moreutils-0.62.patch Former-commit-id: 00c8681ad67c0d17042f3cc08fa13270817c70c7
This commit is contained in:
parent
35c5eb6d2c
commit
af2dcf3085
31
m/moreutils/moreutils-0.62.eb
Normal file
31
m/moreutils/moreutils-0.62.eb
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# IT4Innovations 2018
|
||||||
|
|
||||||
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
|
name = 'moreutils'
|
||||||
|
version = '0.62'
|
||||||
|
|
||||||
|
homepage = 'https://joeyh.name/code/moreutils/'
|
||||||
|
description = "Moreutils is a growing collection of the unix tools that nobody thought to write long ago when unix was young."
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
|
source_urls = ['http://http.debian.net/debian/pool/main/m/moreutils/']
|
||||||
|
sources = ['moreutils_%(version)s.orig.tar.xz']
|
||||||
|
|
||||||
|
#dependencies = [('zlib', '1.2.8')]
|
||||||
|
|
||||||
|
patches = ['moreutils-0.62.patch']
|
||||||
|
|
||||||
|
skipsteps = ['configure']
|
||||||
|
|
||||||
|
installopts = 'DESTDIR=/apps/all/moreutils/ PREFIX=0.62'
|
||||||
|
|
||||||
|
parallel = 1
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': ['bin/vipe', 'bin/combine'],
|
||||||
|
'dirs': []
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
20
m/moreutils/moreutils-0.62.patch
Normal file
20
m/moreutils/moreutils-0.62.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
--- Makefile.orig 2017-12-31 17:02:11.000000000 +0100
|
||||||
|
+++ Makefile 2018-09-18 14:33:48.977570818 +0200
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno
|
||||||
|
PERLSCRIPTS=vidir vipe ts combine zrun chronic
|
||||||
|
-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1
|
||||||
|
+MANS=
|
||||||
|
CFLAGS?=-O2 -g -Wall
|
||||||
|
INSTALL_BIN?=install -s
|
||||||
|
PREFIX?=/usr
|
||||||
|
@@ -28,9 +28,6 @@
|
||||||
|
$(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
|
||||||
|
install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
|
||||||
|
|
||||||
|
- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
|
||||||
|
- install $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
|
||||||
|
-
|
||||||
|
check: isutf8
|
||||||
|
./is_utf8/test.sh
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user