-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Recipe (MakeRecipe) for BuildLiveCD by Lucas C. Villa Real <[email protected]>, on Mon Mar 31 14:51:29 BRT 2008 | ||
# Recipe for version svn by Lucas C. Villa Real <[email protected]>, on Mon Mar 31 14:51:29 BRT 2008 | ||
compile_version=017 | ||
git="https://github.com/gobolinux/BuildLiveCD" | ||
tag=017 | ||
recipe_type=makefile | ||
makefile='Makefile' | ||
make_variables=( | ||
VERSION="$version" | ||
PREFIX="$target" | ||
) |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[Name] BuildLiveCD | ||
[Summary] Tools to generate GoboLinux LiveCDs | ||
[Description] Provides scripts to generate GoboLinux LiveCDs. | ||
[License] GNU GPL version 2 | ||
[Homepage] http://gobolinux.org/?page=livecd |