File: README

package info (click to toggle)
libpff 20120802-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,524 kB
  • ctags: 6,784
  • sloc: ansic: 214,206; sh: 11,485; makefile: 1,229; python: 138; java: 137; sed: 16
file content (25 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Building .deb files
To build .deb files make sure you've have installed debhelper, dpkg-buildpackage and fakeroot
* copy the dpkg directory to debian
* run "dpkg-buildpackage -rfakeroot"
  this will create the .deb files in the parent directory


Building .rpm files
To build .rpm files make sure you've have installed rpmbuild
* rename the distrubted tar.gz file if necessary; applies to experimental, alpha and beta versions
  "mv libpff-alpha-<version>.tar.gz libpff-<version>.tar.gz"
* run "rpmbuild -ta libpff-<version>.tar.gz"
  this will create the .rpm files in the rpmbuild tree, commonly ~/rpmbuild/RPMS/...


Solaris
To build libpff on Solaris make sure that /usr/ccs/bin and /usr/sfw/bin are defined in the PATH environment variable


Also see:
* README.dll
* README.macosx
* README.mingw
* README.static