vog/any2deb
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
any2deb ======= Collection of shell scripts to create simple Debian packages. Website: http://www.profv.de/any2deb/ License: MIT License Copyright: (c) 2006 Volker Grabsch <vog@notjusthosting.com> any2deb ======= Create Debian packages from ZIP and TAR files using alien. Syntax: any2deb <package> <version> <source> <prefix> [<alien options>] Requires: fakeroot, alien, findutils, [unzip, tar, gzip, bzip2] Examples: any2deb win32-zlib1-dev 1.2.3 zlib-1.2.3-lib.zip /usr/i586-mingw32msvc any2deb mplayer-codecs-essential 20050412 \ essential-20050412.tar.bz2 /usr/lib/codecs --fixperms debuild-cross ============= Cross compile a Debian source package. Requires: dpkg-dev, fakeroot, sed Syntax: debuild-cross <debsrc-pkgname> <arch> [<dpkg-buildpackage options>] Example: debuild-cross smpeg win32 -us -uc debuild-cross-prepare ===================== Help to prepare a patch folder for use with debuild-cross. Requires: sed Syntax: debuild-cross-prepare <debsrc-pkgname> <arch> <host> Example: debuild-cross-prepare smpeg win32 i586-mingw32msvc gnuwin32-fetchlibs ================== * download the package list from GnuWin32 * filter for library packages * create a template shell script to automatically build their Debian packages Requires: wget, grep, cut, sort gnuwin32-lib2deb ================ Download a library from GnuWin32 and create a Debian package for cross compiling to it. Requires: w3m, wget, dpkg-dev, debhelper, fakeroot, [unzip] Syntax: gnuwin32-lib2deb <pkgname> <deb-pkgname> <full name> <email> \ <sf-mirror> [<dpkg-buildpackage options>] Example: gnuwin32-lib2deb zlib win32-zlib1 "Admin" "root@localhost" \ heanet -b -uc
About
Collection of shell scripts to create simple Debian packages.
Resources
Stars
Watchers
Forks
Packages 0
No packages published