Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdavehello/deb-auto-build
a shell script to build deb packages and handle their dependencies automatically!
https://github.com/peterdavehello/deb-auto-build
auto build deb debian package script shell
Last synced: 16 days ago
JSON representation
a shell script to build deb packages and handle their dependencies automatically!
- Host: GitHub
- URL: https://github.com/peterdavehello/deb-auto-build
- Owner: PeterDaveHello
- Created: 2013-08-16T16:30:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-06T10:32:08.000Z (almost 11 years ago)
- Last Synced: 2024-11-02T07:42:16.233Z (2 months ago)
- Topics: auto, build, deb, debian, package, script, shell
- Language: Shell
- Homepage: https://www.facebook.com/groups/401123299994345/
- Size: 156 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a beta verion
=====================
No dangerous and harm, but it's not complete!deb-auto-build
=========================
Try to build deb packages and handle dependencies automatically.
Because we use Debian-wheezy on a sh4 platform, there is no official binary repository and support, we need to build the packages from source by ourselves, but the dependencies of packages make people crazy, we need a solution to handle it, so I an writing this shell script for a practice.Required
========
Package and it's dependencies:
devscripts bash tmux
And you need to be root!Before use it
============
varible REPO in the script is a local apt repo's path
You need to check the path in the script is correct for you.
I will show you my directory structure here:
/root
|----/temp
Building packages here!so the script will be here!
|----/apt-repo/dists/wheezy-sh4/main/binary-sh4
Local apt repo
It's very simple!Usage
=====
start a tmux session and run(you MUST start a tmux session and run this script in it):
./build.sh Package1 Package2 ... Package-N
or you can run this command for build dep only:
./build.sh --build-dep-only Package1 Package2 ... Package-NNotes
=====
I am doing thins on a NextVodBox, but it may works on other platform.