Skip to content

Commit

Permalink
iAdd rudix build files
Browse files Browse the repository at this point in the history
  • Loading branch information
paaguti committed Mar 24, 2018
1 parent c1be272 commit 5a4b0ff
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sys/rudix/COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This is a fork for the original mg3a code by Bengt Larson

I was in contact with Bengt Larson until April 2017. Then, suddenly,
his email address was cancelled. His repository has not been updated
since the 4th of April, 2017. As of the 15th of December 2017,
www.bengtl.net became inaccessible and thus the original code repository i
www.bengtl.net/files/mg3a is lost.

23 changes: 23 additions & 0 deletions sys/rudix/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
include ../../Library/Unix.mk

Title= MG3a
Name= mg3a
Version= 180324
Site= https://github.com/paaguti
Source= https://github.com/paaguti/$(Name)/archive/$(Version).tar.gz
License= GPL

ReadMeFile= $(SourceDir)/README

define build_hook
cd $(BuildDir) && $(MAKE)
endef

define install_hook
cd $(BuildDir) && $(MAKE) PREFIX="$(DestDir)/$(Prefix)" install
cp COPYING $(BuildDir)
endef

define test_hook
$(BinDir)/mg -v | grep $(Version)
endef

0 comments on commit 5a4b0ff

Please sign in to comment.