diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/files/Makefile.patch b/files/Makefile.patch new file mode 100644 --- /dev/null +++ b/files/Makefile.patch @@ -0,0 +1,20 @@ +--- Makefile 2016-08-13 09:58:21.000000000 -0400 ++++ /home/cfielder/project/git/moreutils/Makefile 2017-07-16 05:59:38.961360030 -0400 +@@ -1,6 +1,6 @@ +-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno ++BINS=isutf8 ifdata ifne pee sponge mispipe lckdo 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=sponge.1 vidir.1 vipe.1 isutf8.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 errno.1 + CFLAGS?=-O2 -g -Wall + INSTALL_BIN?=install -s + PREFIX?=/usr +@@ -8,7 +8,7 @@ + ifneq (,$(findstring CYGWIN,$(shell uname))) + DOCBOOKXSL?=/usr/share/sgml/docbook/xsl-stylesheets + else +- DOCBOOKXSL?=/usr/share/xml/docbook/stylesheet/docbook-xsl ++ DOCBOOKXSL?=/usr/share/xml/docbook/xsl-stylesheets-1.77.1 + endif + + DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 $(DOCBOOKXSL)/manpages/docbook.xsl diff --git a/files/Makefile.patch~ b/files/Makefile.patch~ new file mode 100644 --- /dev/null +++ b/files/Makefile.patch~ @@ -0,0 +1,19 @@ +--- Makefile 2017-07-11 01:50:12.399126295 -0400 ++++ Makefile.new 2017-07-11 03:21:27.055481447 -0400 +@@ -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=sponge.mu.1 vidir.mu.1 vipe.mu.1 isutf8.mu.1 ts.mu.1 combine.mu.1 ifdata.mu.1 ifne.mu.1 pee.mu.1 zrun.mu.1 chronic.mu.1 mispipe.mu.1 lckdo.mu.1 parallel.mu.1 errno.mu.1 + CFLAGS?=-O2 -g -Wall + INSTALL_BIN?=install -s + PREFIX?=/usr +@@ -8,7 +8,7 @@ + ifneq (,$(findstring CYGWIN,$(shell uname))) + DOCBOOKXSL?=/usr/share/sgml/docbook/xsl-stylesheets + else +- DOCBOOKXSL?=/usr/share/xml/docbook/stylesheet/docbook-xsl ++ DOCBOOKXSL?=/usr/share/xml/docbook/xsl-stylesheets-1.77.1 + endif + + DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 $(DOCBOOKXSL)/manpages/docbook.xsl diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,19 @@ +name : moreutils +version : 0.61 +release : 1 +source : + - http://http.debian.net/debian/pool/main/m/moreutils/moreutils_0.60.orig.tar.xz : e42d18bacbd2d003779a55fb3542befa5d1d217ee37c1874e8c497581ebc17c5 +license : GPL-2.0 +component : system.utils +summary : additional Unix utilities +description: | + This is a growing collection of the Unix tools that nobody thought to write long ago, when Unix was young. +builddeps : + - docbook-xml +setup : | + # patch to change docbook directory and remove conflicting man page + %patch < $pkgfiles/Makefile.patch +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + moreutils + + Craig James Fielder + craigjamesfielder@gmail.com + + GPL-2.0 + system.utils + additional Unix utilities + This is a growing collection of the Unix tools that nobody thought to write long ago, when Unix was young. + + https://solus-project.com/sources/README.Solus + + + moreutils + additional Unix utilities + This is a growing collection of the Unix tools that nobody thought to write long ago, when Unix was young. + + system.utils + + /usr/bin + /usr/share/man + + + + + 2017-07-16 + 0.61 + Packaging update + Craig James Fielder + craigjamesfielder@gmail.com + + + \ No newline at end of file