File: TODO

package info (click to toggle)
epm 3.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,020 kB
  • ctags: 371
  • sloc: ansic: 6,199; cpp: 1,188; makefile: 201; perl: 134
file content (23 lines) | stat: -rw-r--r-- 990 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TODO for EPM:

	- Add support for more vendor-specific formats; specifically
	  AIX and BSD packaging formats.
	- Add system() replacement.
	- Add /opt relocation hack (and maybe allow for
	  relocatable packages in general?)
	- Add %pre/postinstall/remove <filename
	- Add %pre/postinstall/remove ... %end
	- Add epminstall command for building a list file from
	  a "make INSTALL=epminstall install".
	- Add support for executables and libraries created with
	  libtool.
	- Add a small script that can be installed with every
	  portable software package to list and remove installed
	  packages.
	- Add better manpage installation support - specifically,
	  add code to automatically locate the correct man directory
	  for each file depending on the architecture.
	- Add support for dependency checking against vendor
	  packages; that is, a portable package could check its
	  dependencies against portable, RPM, Debian, etc.
	  packages, rather than just packages of the same format.