Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.054.640 Times

DPKG::Make 0.1

  Date Added: November 19, 2010  |  Visits: 1.023

DPKG::Make

Report Broken Link
Printer Friendly Version


Product Homepage
Download (90 downloads)



DPKG::Make is a Perl module for cleanly generate an Debian package (.dpkg). SYNOPSIS use DPKG::Make; # The "Manifest": list of files that will comprise the software package. my @filelist=(tmproot/file1.txt, tmproot/file2.txt, tmproot/file3.txt, tmproot/file4.txt); my %doc; my %conf; my %metadata; # Define special handling of files. $doc{tmproot/file1.txt}=1; $conf{tmproot/file2.txt}=1; # Bare minimum metadata (descriptive data of the software package). my $pathprefix=tmproot; my $tag=test; # cannot use uppercase characters my $version=0.1; my $release=1; # Highly descriptive metadata. %metadata=( vendor=>Excellence in Perl Laboratory, summary=>a Test Software Package, name=>$tag, copyrightname=>..., group=>base, AutoReqProv=>no, requires=>[()], email=>joe@somewhere.com, description=>This package is generated by DPKG::Make. . This implements the .$tag. software package, pre=>echo "You are installing a package built by DPKG::Make; . DPKG::Make is available at http://www.cpan.org/.", ); # Temporary "sandbox" (this should not be /tmp because this is deleted!). my $buildloc=TempBuildLoc; # The "execute" subroutine coordinates all of the DPKG building steps. DPKG::Make::execute($tag,$version,$release,$arch,$buildloc,$pathprefix, @filelist,%doc,%conf, %metadata); # You can also build a DPKG in more atomic steps; these three smaller # steps are equivalent to the execute command. # Step 1: Generate the rpm source location. DPKG::Make::dpkgsrc($tag,$version,$release,$arch,$buildloc,$pathprefix, @filelist,%doc,%conf, %metadata); # Step 2: Build the rpm and copy into the invoking directory. DPKG::Make::compiledpkg($buildloc,$metadata{name},$version, $release,$arch, $currentdir,$invokingdir); # Step 3: clean the location used to gather and build the rpm. DPKG::Make::cleanbuildloc($buildloc);.

Requirements: No special requirements
Platforms: Linux
Keyword: Debian Package Dpkg Dpkgmake Generate Libraries Metadata Package Perl Perl Module Programming Software
Users rating: 0/10

License: Freeware Size: 7.17 KB
USER REVIEWS
More Reviews or Write Review


DPKG::MAKE RELATED
Utilities  -  Debian Package Tools FE 1.1
Debian Package Tools FE application is the first part of the Debian Package Tools FE based on python-qt3. Debian Package builder FE is a frontend for dh-make, dpkg-dev, debhelper. It is a tool to learn to build packages for Debian based systems...
143.36 KB  
Libraries  -  Debian::Package::HTML 0.1
Debian::Package::HTML is a Perl module that generates a webpage information (and Linda/Lintian checks) about a Debian binary or source package using HTML::Template SYNOPSIS use strict; use Debian::Package::HTML; my $package =...
5.12 KB  
Utilities  -  Debian Package Search 2.6
It is aimed to help you search for the packages you need. It should make the task of searching a pleasant experience. Additionally it offers a convenient way to display the information available for a package. Originally I designed it to find a...
634.88 KB  
Libraries  -  Class::Generate 1.09
Class::Generate is a Perl module that can generate Perl class hierarchies. SYNOPSIS use Class::Generate qw(class subclass delete_class); # Declare class Class_Name, with the following types of members: class Class_Name => [ s => $, #...
53.25 KB  
Shell & Desktop  -  Service menus for Debian 1.1
Service menus for Debian package contains Konqueror service menus for Debian users. It was developed and tested on Debian Etch. This package contains the modified versions of the following service menus from kde-apps.org: 1. Alien Tool by...
5.12 KB  
Utilities  -  debian-builder 1.5
debian-builder is a simple Perl script which is designed to rebuild a Debian package from its source. Some distributions such as Gentoo are focussed upon building packages from source code to give speed benefits, but that is not the aim of this...
12.29 KB  
Libraries  -  RPM::Make 0.8
RPM::Make is a Perl module to cleanly generate an RPM. SYNOPSIS use RPM::Make; # The "Manifest": list of files that will comprise the software package. my @filelist=(tmproot/file1.txt, tmproot/file2.txt, tmproot/file3.txt,...
16.38 KB  
Libraries  -  Alien Perl module 0.91
Alien Perl module package contains external libraries wrapped up for your viewing pleasure! SYNOPSIS perldoc Alien; Alien is a package that exists just to hold together an idea, the idea of Alien:: packages, so there is no code here, just...
10.24 KB  
Libraries  -  AutoSplit 5.8.8
AutoSplit is a Perl module that can split a package for autoloading. SYNOPSIS autosplit($file, $dir, $keep, $check, $modtime); autosplit_lib_modules(@modules); This function will split up your program into files that the AutoLoader module...
12.2 MB  
Libraries  -  OpenInteract2::Manual::Tutorial 1.99_06
OpenInteract2::Manual::Tutorial is a Perl module that will teach learn you how to create and modify a package. SYNOPSIS This tutorial will show you the different methods for creating a package and how to maintain them. CREATING THE PACKAGE...
931.84 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB