dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 98debe62aab8e1ad85596a7381ccf6c4d0f2db89
parent bd11ea8ca01205a852c3e0071fa6f7397df26e9a
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun,  3 Jul 2011 20:36:31 +1000

autoconf-archive

Diffstat:
Mmetadata/categories.conf | 1+
Apackages/sys-devel/autoconf-archive/autoconf-archive-2011.04.12.exheres-0 | 20++++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/metadata/categories.conf b/metadata/categories.conf
@@ -13,6 +13,7 @@ net-libs
 net-misc
 sys-apps
 sys-auth
+sys-devel
 x11-libs
 x11-misc
 xfce-extra
diff --git a/packages/sys-devel/autoconf-archive/autoconf-archive-2011.04.12.exheres-0 b/packages/sys-devel/autoconf-archive/autoconf-archive-2011.04.12.exheres-0
@@ -0,0 +1,20 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require gnu [ suffix=xz ]
+
+SUMMARY="Collection of autoconf macros"
+
+LICENCES="GPL-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+BUGS_TO="djc@djc.id.au"
+
+src_install() {
+    default
+
+    # package puts docs into here, but we install them separately
+    edo rm -r "${IMAGE}/usr/share/${PN}"
+}
+