Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
about-fedora, tar: Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed May 19, 2014
1 parent 967dab6 commit 619d7cc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docprjs/tar/Makefile
@@ -0,0 +1,23 @@
sub_vers=$(shell $(1) -name '*.rpm')

SLUG=tar
NAME="GNU Tar"
DESC="GNU Tar provides the ability to create tar archives, as well as various other kinds of manipulation. For example, you can use Tar on previously created archives to extract files, to store additional files, or to update or list files which were already stored. "
VERS=1.26 1.27 1.27.1
URL=git://git.fedorahosted.org/git/docs/$(SLUG).git
PRJ_TYPE=podir

all: vers

vers: $(addsuffix /po,$(VERS))

%/po: tar-%.tar.bz2
tar xjvf $<
mv tar-$* $*

tar-%.tar.bz2:
wget http://ftp.gnu.org/gnu/tar/$@

clean:
rm -fr $(VERS)

0 comments on commit 619d7cc

Please sign in to comment.