Commit Graph

11 Commits

Author SHA1 Message Date
Juan RP
3667f039f2 Install all packages via DESTDIR var and not prefix.
This removes many assignments that were needed before, and fixes
some packages to install its manpage/info files.

--HG--
extra : convert_revision : 5422f921ef81d089ed95ce0c52e5106ea10b2165
2009-03-18 10:02:43 +01:00
Juan RP
84222395b8 Provide some vars for use in template's targets.
These new vars are DESTDIR (by default XBPS_DESTDIR/pkgname-version),
SRCPKGDESTDIR (XBPS_DESTDIR/sourcepkg-version) and FILESDIR
(XBPS_TEMPLATESDIR/pkgname/files).

This simplifies packages that used them.

--HG--
extra : convert_revision : 287ea7128cb5df19870ca7aff0a3b8f99a11d63a
2009-03-11 06:31:56 +01:00
Juan RP
ff2494f262 glibc: add kernel-libc-headers builddep and use it.
--HG--
extra : convert_revision : 663046e8c2c5d47d61f466aa296efd344c19c585
2009-03-03 23:52:07 +01:00
Juan RP
a2d93458c0 glibc: use the official 2.9 distfile, add ld.so.cache to $conf_files.
--HG--
extra : convert_revision : 71d73ae0879dc0e771b89d3e2a89546e589cd36b
2009-03-03 17:37:28 +01:00
Juan RP
0b7cdfa1d0 Split pkgs required by xbps-base-system, structure based in Fedora.
--HG--
extra : convert_revision : 151da3637a2745b786251e067bb924c3fd98118b
2009-02-25 06:15:20 +01:00
Juan RP
e0030bc0fe Split pkgs required by xbps-base-chroot, as it was made in Fedora.
- Added an additional shell func to add full (build/run), build
  or run time dependencies to packages. An optional third parameter
  can be used to specify other version than the one set in
  the depends file.
- Use a "depends" file in package directory to specify minimum
  required ABI/API version for a package, so that there's no need
  to set the version all the time in pkgs.
- Updated bash to 4.0.

--HG--
extra : convert_revision : 1aa0ce32d4bdc2cd371eac19ae7bcff2c986b6b3
2009-02-24 07:13:11 +01:00
Juan RP
f788c5f3f6 glibc: converted to subpkgs, don't build/install all locales.
--HG--
extra : convert_revision : 808d308c646e2c8e07e97435983ef377a64ad5da
2009-02-21 02:18:23 +01:00
Juan RP
c73a1e30a2 glibc: it seems gawk is needed as build dep.
--HG--
extra : convert_revision : 691d2ebc7a58bf9e2a2732115ce17e71b7c311c7
2009-02-19 21:09:51 +01:00
Juan RP
1629f71053 glibc: update to a newer snapshot and don't install timezones.
--HG--
extra : convert_revision : 5ddfef3dde9ef87bcc70a4e934d1d3c1843c5b62
2009-02-14 23:15:16 +01:00
Juan RP
83ee032c38 Rather than adding the xbps-base-dirs dep on xbps-base-{chroot,system}, add the
dependency to glibc instead.

Almost all packages depend on it, and this ensures that it's always installed
before anything else.

--HG--
extra : convert_revision : 45bbc22a15feeb663d2895324e611b6d711ea062
2009-02-04 01:30:04 +01:00
Juan RP
fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00