summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-07 15:48:01 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-07 15:48:01 +0200
commit4fff421e55b42694a85dbb24d9a1a41534d9d463 (patch)
tree08ee9e07c86e6038102e408c201a3d60a7c7fc3d
parent02d2c2eec46b7c589f89e4a2b82fc602f113985b (diff)
downloadnutyx-pakxe-4fff421e55b42694a85dbb24d9a1a41534d9d463.tar.gz
nutyx-pakxe-4fff421e55b42694a85dbb24d9a1a41534d9d463.tar.bz2
nutyx-pakxe-4fff421e55b42694a85dbb24d9a1a41534d9d463.tar.xz
nutyx-pakxe-4fff421e55b42694a85dbb24d9a1a41534d9d463.zip
maj automake#1.11-2
-rw-r--r--base/automake/.footprint3
-rwxr-xr-xbase/automake/Pkgfile4
2 files changed, 2 insertions, 5 deletions
diff --git a/base/automake/.footprint b/base/automake/.footprint
index 985fc32d6..6727ed59e 100644
--- a/base/automake/.footprint
+++ b/base/automake/.footprint
@@ -126,9 +126,6 @@ drwxr-xr-x root/root usr/share/automake-1.11/am/
-rwxr-xr-x root/root usr/share/automake-1.11/symlink-tree
-rw-r--r-- root/root usr/share/automake-1.11/texinfo.tex
-rwxr-xr-x root/root usr/share/automake-1.11/ylwrap
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/automake/
--rw-r--r-- root/root usr/share/doc/automake/amhello-1.0.tar.gz
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/automake.info-1.gz
-rw-r--r-- root/root usr/share/info/automake.info-2.gz
diff --git a/base/automake/Pkgfile b/base/automake/Pkgfile
index 3eee4ef38..8bc373d98 100755
--- a/base/automake/Pkgfile
+++ b/base/automake/Pkgfile
@@ -2,11 +2,10 @@
# URL:http://www.gnu.org/software/automake/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends:
name=automake
version=1.11
-release=1
+release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
build() {
@@ -17,4 +16,5 @@ make prefix=$PKG/usr install
if [ -f $PKG/usr/share/info/dir ]; then
rm $PKG/usr/share/info/dir
fi
+rm -r $PKG/usr/share/doc
}