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 'sed'
|
||||
pkgname=sed
|
||||
sourcepkg=sed
|
||||
version=4.1.5
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
@@ -11,5 +12,5 @@ long_desc="
|
||||
Sed, the GNU Stream Editor, copies the named files (standard input default)
|
||||
to the standard output, edited according to a script of commands."
|
||||
|
||||
base_chroot=yes
|
||||
run_depends="glibc-2.8"
|
||||
base_chroot=yes
|
||||
subpackages="base docs locale"
|
||||
|
||||
Reference in New Issue
Block a user