Convert all xbps-base-chroot pkgs to subpkgs.

Also introduce "libs.depends", that adds a rundep of a package
with a proper version. This is to avoid modifying all dependent
packages if there's an API/ABI change.

--HG--
extra : convert_revision : a46b11b8e9187bdb2bfc954ad5ff40ecd9c0fe31
This commit is contained in:
Juan RP
2009-02-22 05:57:13 +01:00
parent 2cfb55735b
commit 1b358afeaf
145 changed files with 1083 additions and 44 deletions

View File

@@ -1,5 +1,6 @@
# Template file for 'wget'
pkgname=wget
sourcepkg=wget
version=1.11.4
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
@@ -29,8 +30,5 @@ long_desc="
re-downloaded when mirroring
* GNU Wget is distributed under the GNU General Public License."
conf_files="/etc/wgetrc"
base_chroot=yes
run_depends="glibc-2.8"
# TODO : Add openssl dependency
# openssl"
base_chroot=yes
subpackages="base docs locale"