From c82e0804d5bbb2793254f83af89996c3ad203118 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Feb 2012 10:45:40 +0100 Subject: [PATCH] New package: chroot-gawk-4.0.0. --- srcpkgs/chroot-gawk/chroot-gawk.rshlibs | 3 +++ srcpkgs/chroot-gawk/template | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 srcpkgs/chroot-gawk/chroot-gawk.rshlibs create mode 100644 srcpkgs/chroot-gawk/template diff --git a/srcpkgs/chroot-gawk/chroot-gawk.rshlibs b/srcpkgs/chroot-gawk/chroot-gawk.rshlibs new file mode 100644 index 00000000000..dd1bcc0139e --- /dev/null +++ b/srcpkgs/chroot-gawk/chroot-gawk.rshlibs @@ -0,0 +1,3 @@ +libdl.so.2 +libm.so.6 +libc.so.6 diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template new file mode 100644 index 00000000000..f5518c6d3d2 --- /dev/null +++ b/srcpkgs/chroot-gawk/template @@ -0,0 +1,23 @@ +# Template file for 'chroot-gawk' +pkgname=chroot-gawk +version=4.0.0 +wrksrc="gawk-${version}" +homepage="http://www.gnu.org/directory/GNU/gawk.html" +distfiles="http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.gz" +build_style=gnu-configure +configure_args="--disable-nls --without-readline" +short_desc="The GNU awk utility -- for xbps-src use" +maintainer="Juan RP " +license="GPL-3" +checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5 +long_desc=" + The GNU AWK utility, a pattern scanning and processing tool. + + This package is only meant to be used by xbps-src, don't install it manually." + +bootstrap=yes +conflicts="gawk>=0" + +post_install() { + rm -rf ${DESTDIR}/usr/share +}