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:
@@ -1,5 +1,6 @@
|
||||
# Template file for 'file'
|
||||
pkgname=file
|
||||
sourcepkg=file
|
||||
version=5.00
|
||||
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
@@ -13,4 +14,4 @@ long_desc="
|
||||
|
||||
base_chroot=yes
|
||||
build_depends="zlib-1.2.3"
|
||||
run_depends="glibc-2.8 zlib-1.2.3"
|
||||
subpackages="base dev libs"
|
||||
|
||||
Reference in New Issue
Block a user