From 940f52d146ba1ca471eab3ce19c9586837bd9df1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 9 Mar 2012 02:01:30 +0100 Subject: [PATCH] Remove chroot-gnu-getopt - superseded by chroot-util-linux. --- .../chroot-gnu-getopt.rshlibs | 1 - srcpkgs/chroot-gnu-getopt/template | 29 ------------------- 2 files changed, 30 deletions(-) delete mode 100644 srcpkgs/chroot-gnu-getopt/chroot-gnu-getopt.rshlibs delete mode 100644 srcpkgs/chroot-gnu-getopt/template diff --git a/srcpkgs/chroot-gnu-getopt/chroot-gnu-getopt.rshlibs b/srcpkgs/chroot-gnu-getopt/chroot-gnu-getopt.rshlibs deleted file mode 100644 index 631aa1dda40..00000000000 --- a/srcpkgs/chroot-gnu-getopt/chroot-gnu-getopt.rshlibs +++ /dev/null @@ -1 +0,0 @@ -libc.so.6 diff --git a/srcpkgs/chroot-gnu-getopt/template b/srcpkgs/chroot-gnu-getopt/template deleted file mode 100644 index f8bcd6c9de4..00000000000 --- a/srcpkgs/chroot-gnu-getopt/template +++ /dev/null @@ -1,29 +0,0 @@ -# Template file for 'chroot-gnu-getopt' -pkgname=chroot-gnu-getopt -version=2.21 -wrksrc="util-linux-${version}" -distfiles="${KERNEL_SITE}/utils/util-linux/v2.21/util-linux-${version}.tar.xz" -short_desc="GNU getopt(1) implementation from util-linux" -maintainer="Juan RP " -homepage="http://userweb.kernel.org/~kzak/util-linux-ng" -license="GPL-2" -checksum=5192e8ba7dcf3cf0dc447f07b3d177f6cb3fb49dfae54ac45d6c8c7d86eeab0f -long_desc=" - The ${pkgname} package the GNU enhanced getopt(1) utility. - - This package is only meant to be used by xbps-src, don't install it manually." - -conflicts="util-linux>=0" -provides="util-linux-${version}" - -do_configure() { - ./configure ${CONFIGURE_SHARED_ARGS} --without-ncurses -} - -do_build() { - make ${makejobs} -C getopt -} - -do_install() { - vinstall getopt/getopt 755 usr/bin -}