TODO: add some new items for binary packages.

--HG--
extra : convert_revision : 2989daa26335b8a43fab576b0bfcb1489a6fc94e
This commit is contained in:
Juan RP 2008-12-27 06:10:26 +01:00
parent 11187893b6
commit 7f5a76ace3

View file

@ -6,9 +6,13 @@ xbps-src.sh:
* $version needs to have a dot to be found by xbps.sh.
Some packages do not have a dot on its version, like udev-130.
* xbps-cmpver fails in some cases: foo-2.0 vs foo-1.99 and foo-2a vs foo-2b.
* Actually code the utility to handle binary packages (IN PROGRESS).
Packages:
* fix mpfr hardcoded rpath for gmp.
* Fix sudo permissions for /etc/sudoers. This must be 644 to be able to
build the binary package.
xbps-bin:
* Add support to handle {pre,post} install/remove scripts in
binary packages.
* Add support to handle conf_files and keep_dirs from package metadata.