From 2e5b9e43c61973680c464ccaaa4c0a347009fa2c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Feb 2012 10:54:36 +0100 Subject: [PATCH] New package: chroot-make-3.82. --- srcpkgs/chroot-make/chroot-make.rshlibs | 2 ++ srcpkgs/chroot-make/template | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 srcpkgs/chroot-make/chroot-make.rshlibs create mode 100644 srcpkgs/chroot-make/template diff --git a/srcpkgs/chroot-make/chroot-make.rshlibs b/srcpkgs/chroot-make/chroot-make.rshlibs new file mode 100644 index 0000000000..f7df7fcad1 --- /dev/null +++ b/srcpkgs/chroot-make/chroot-make.rshlibs @@ -0,0 +1,2 @@ +librt.so.1 +libc.so.6 diff --git a/srcpkgs/chroot-make/template b/srcpkgs/chroot-make/template new file mode 100644 index 0000000000..8a5d25125d --- /dev/null +++ b/srcpkgs/chroot-make/template @@ -0,0 +1,23 @@ +# Template build file for 'chroot-make' +pkgname=chroot-make +version=3.82 +wrksrc="make-${version}" +distfiles="http://ftp.gnu.org/pub/gnu/make/make-$version.tar.bz2" +build_style=gnu-configure +configure_args="--disable-nls" +short_desc="The GNU make system -- for xbps-src use" +maintainer="Juan RP " +checksum=e2c1a73f179c40c71e2fe8abf8a8a0688b8499538512984da4a76958d0402966 +long_desc=" + GNU Make is a program that determines which pieces of a large + program need to be recompiled and issues the commands to + recompile them, when necessary. + + This package is only meant to be used by xbps-src, don't install it manually." + +bootstrap=yes +conflicts="make>=0" + +post_install() { + rm -rf ${DESTDIR}/usr/share +}