View Single Post
Anunakin's Avatar
Posts: 100 | Thanked: 102 times | Joined on Apr 2008 @ Amazon-Belém
#8
I put all files on a folder like DEBFILES,
and create a DEBIAN folder inside it, with a control file like it:
Code:
Package: cmake
Priority: optional
Section: dev
Installed-Size: 29M
Maintainer: http://www.cmake.org/
Architecture: armel
Version: 2.6.4
Depends: libc6
Description: Cross platform Make
Next, I build .deb...
deb -b DEBFILES package-NUMVERSION.deb
 

The Following 4 Users Say Thank You to Anunakin For This Useful Post: